GET FEAT START
From Macros Wiki
Command
- GET_FEAT_START <geo ref>, <cs>, <xs>, <ys>, [<zs>]
- Get data about the start of a feature, the values of the x, y and z start are stored in a defined variable.
Parameters
- <geo ref>
- The reference number of the geometry feature.
- <cs>
- Template:Cs
- <xs>
- Set the value of a number variable for the X co-ordinate of the start point.
- <ys>
- Set the value of a number variable for the Y co-ordinate of the start point.
- [<zs>]
- Set the value of a number variable for the Z co-ordinate of the start point.
Example
- GET_FEAT_START 19, 1, g1, h1, d1
- For an example in a real macro see Check_Point_Data or Check_Line_Data or Check_Arc_Data