GET SELECTION LIST: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=GET_SELECTION_LIST <list number> |description=*DESCRPTION* |param1=<list number>|param1_desc={{list number}} }} ===Example=== :- GET_SELECTION_LIST [[Category:Geometry]... |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command|syntax=GET_SELECTION_LIST <list number> | {{Command|syntax=GET_SELECTION_LIST <list number>, [<add>] | ||
|description= | |description=:Store the currently seleceted 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}} | ||
|param2=[<add>]|param2_desc={{add}} | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :SET_SELECTION_LIST 4, 1 | ||
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 20:25, 28 July 2010
Command
- GET_SELECTION_LIST <list number>, [<add>]
- Store the currently seleceted 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
- SET_SELECTION_LIST 4, 1