POINT GET DATA

From Macros Wiki
Revision as of 00:23, 15 January 2011 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

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


Get the position of a 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