POINT XY

From Macros Wiki
Revision as of 18:15, 21 July 2010 by ConnerO (talk | contribs)
Jump to navigationJump to search

Command

POINT_XY <point number>, <x>, <y>


Create a point using the x and y position, you must use CREATE_POINT to see 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_XY 12, 3, 4