GET SELECTION LIST: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=GET_SELECTION_LIST <list number>, [<add>] | {{Command|syntax=GET_SELECTION_LIST <list number>, [<add>] | ||
|description=:Store the currently | |description=:Store the currently selected features in a list, or add / replace them to a current list | ||
|param1=<list number>|param1_desc={{list number}} | |param1=<list number>|param1_desc={{list number}} | ||
Line 9: | Line 9: | ||
===Example=== | ===Example=== | ||
: | :GET_SELECTION_LIST 4, 1 | ||
:For an example macro see [[Geo_Pattern]] [[Geo_Transform]] | :For an example macro see [[Geo_Pattern]] [[Geo_Transform]] | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 17:44, 7 March 2011
Command
- GET_SELECTION_LIST <list number>, [<add>]
- Store the currently selected features in a list, or add / replace them to a current list
Parameters
- <list number>
- 1 - 10, a value for the list number.
- [<add>]
- 0 = add the selected, or
1 = replace with selected
Example
- GET_SELECTION_LIST 4, 1
- For an example macro see Geo_Pattern Geo_Transform