POINT GET DATA
From Macros Wiki
Command
- POINT_GET_DATA <point number>, <x>, <y>,
- This is used to set 2 variables to the X and Y position of the point.
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_GET_DATA 2, x1, y1