POINT XY: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 2: Line 2:
|description=:Create a [[macro_point|point]] using the x and y position.
|description=:Create a [[macro_point|point]] using the x and y position.


|param1=<point number>|param1_desc=  {{point number}}
|param1=<point number>|param1_desc=  {{create point number}}
|param2=<x>|param2_desc= {{x}}
|param2=<x>|param2_desc= {{x}}
|param3=<y>|param3_desc= {{y}}
|param3=<y>|param3_desc= {{y}}

Revision as of 17:52, 29 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