GET SELECTED GEO REF
From Macros Wiki
Jump to navigationJump to search
Command
- Get the geometry reference number of a feature.
Parameters
- <feature num>
- The index to the feature. This will be 1 for the first feature, 2 for the second etc.
- If you have selected a shape, then 1 will be the first line/arc in the shape, 2 will be the second.
- If you have selected a number of points, lines and circles, then index 1 will give you the first
- feature that you selected, 2 will be the second (in the order that you selected them).
- <geo ref>
- The name of a numeric variable to set to the geometry reference number
Example
- GET_SELECTED_GEO_REF 3, r1
- GET_SELECTED_GEO_REF 9, h1
- For an example macro see Calc_Geo_Extents Debug_Sel_geo Print_Geo_Data_To_File