Difference between revisions of "GET NUM FEAT SELECTED"
From Macros Wiki
Line 7: | Line 7: | ||
===Example=== | ===Example=== | ||
:GET_NUM_FEAT_SELECTED w1 | :GET_NUM_FEAT_SELECTED w1 | ||
− | :For an example macro see [[Calc_Geo_Extents]] | + | :For an example macro see [[Calc_Geo_Extents]] [[Debug_Sel_geo]] |
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 17:13, 29 July 2010
Command
- GET_NUM_FEAT_SELECTED <num features>
- Get the number of features selected and stores result in a variable.
Parameters
- <num features>
- Define a variable for the number of features selected.
Example
- GET_NUM_FEAT_SELECTED w1
- For an example macro see Calc_Geo_Extents Debug_Sel_geo