GET FEAT END
From Macros Wiki
Command
- GET_FEAT_END <geo ref>, <cs>, <xe>, <ye>, [<ze>]
- Get data about the end point of a feature, the values of the x, y and z end are stored in a defined variable.
Parameters
- <geo ref>
- The reference number of the geometry feature.
- <cs>
- Template:Cs
- <xe>
- Set the value of a number variable to the X co-ordinate of the end point.
- <ye>
- Set the value of a number variable for the y co-ordinate of the end point.
- [<ze>]
- Set the value of a number variable for the Z co-ordinate of the end point.
Example
- GET_FEAT_END 21, 1, y1, u1, e1
- For an example in a real macro see Check_Line_Data or Check_Arc_Data Debug_Sel_geo