POINT GET DATA: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=POINT_GET_DATA <point number>, <x>, <y>, | {{Command|syntax=POINT_GET_DATA <point number>, <x>, <y>, | ||
|description=: | |description=:Get the position of a point. | ||
|param1=<point number>|param1_desc= | |param1=<point number>|param1_desc= {{point number}} | ||
|param2=<x>|param2_desc= {{x}} | |param2=<x>|param2_desc= {{x}} | ||
|param3=<y>|param3_desc= {{y}} | |param3=<y>|param3_desc= {{y}} |
Latest revision as of 00:23, 15 January 2011
Command
- POINT_GET_DATA <point number>, <x>, <y>,
- Get the position of a 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