POINT GET DATA

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

Up

Command

POINT_GET_DATA <point number>, <x>, <y>,


This is used to set 2 variables to the X and Y position of 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_GET_DATA 2, x1, y1