Difference between revisions of "POINT XY"
From Macros Wiki
Line 1: | Line 1: | ||
+ | [[Geometry:Creating_Geometry|'''Back''']] | ||
+ | |||
{{Command|syntax=POINT_XY <point number>, <x>, <y> | {{Command|syntax=POINT_XY <point number>, <x>, <y> | ||
|description=:Create a [[macro_point|point]] using the x and y position. | |description=:Create a [[macro_point|point]] using the x and y position. |
Revision as of 16:46, 30 July 2010
Command
- POINT_XY <point number>, <x>, <y>
- Create a point using the x and y position.
Parameters
- <point number>
- The number of the point to be created.
- A number between 1 and 100.
- <x>
- X co-ordinate of a feature.
- <y>
- Y co-ordinate of a feature.
Example
- POINT_XY 12, 3, 4