GET SELECTION LIST: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Command|syntax=GET_SELECTION_LIST <list number> | [[Geometry:Selecting_Geometry|{{Up}}]] | ||
|description=:Store the currently | |||
{{Command|syntax=GET_SELECTION_LIST <list number> | |||
|description=:Store the list of currently selected features in a list to be used later by the [[SET_SELECTION_LIST]] command | |||
|param1=<list number>|param1_desc={{list number}} | |param1=<list number>|param1_desc={{list number}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :GET_SELECTION_LIST 4 | ||
:For an example macro see [[Geo_Pattern]] | :For an example macro see [[Geo_Pattern]] [[Geo_Transform]] | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Latest revision as of 17:51, 7 March 2011
Command
- GET_SELECTION_LIST <list number>
- Store the list of currently selected features in a list to be used later by the SET_SELECTION_LIST command
Parameters
- <list number>
- 1 - 10, a value for the list number.
Example
- GET_SELECTION_LIST 4
- For an example macro see Geo_Pattern Geo_Transform