POINT XY: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|description=This is used to create a point using the x and y position. | |description=This is used to create a point using the x and y position. | ||
|param1=<point number>|param1_desc= | |param1=<point number>|param1_desc= {{point number}} | ||
|param2=<x>|param2_desc= | |param2=<x>|param2_desc= {{x}} | ||
|param3=<y>|param3_desc= | |param3=<y>|param3_desc= {{y}} | ||
}} | }} | ||
Revision as of 16:30, 16 July 2010
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