POINT XY
From Macros Wiki
Command
- POINT_XY <point number>, <x>, <y>,
This is used to create a point using the x and y position.
Parameters
- <point number>
- The number of a previously defined macro point.
- <x>
- X co-ordinate of a feature.
- <y>
- Y co-ordinate of a feature.
Example
- - POINT_XY 12, 3, 4
- - POINT_XY 41, 8, 31