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 in a real macro see [[Calc_Geo_Extents]] | |
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 16:40, 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 in a real macro see Calc_Geo_Extents