GET SELECTION LIST: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
[[Geometry:Selecting_Geometry|'''Back''']]
{{Command|syntax=GET_SELECTION_LIST <list number>, [<add>]
{{Command|syntax=GET_SELECTION_LIST <list number>, [<add>]
|description=:Store the currently seleceted features in a list, or add / replace them to a current list
|description=:Store the currently seleceted features in a list, or add / replace them to a current list

Revision as of 21:51, 30 July 2010

Back

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
For an example macro see Geo_Pattern Geo_Transform