Difference between revisions of "HOLEFR SET GROUP SELECTED"
From Macros Wiki
(Created page with "{{Up}} {{Command|syntax=HOLEFR_SET_GROUP_SELECTED <group number> <selected> |description=:Set the selection state of a Hole Group. |param1=<featur...") |
|||
Line 4: | Line 4: | ||
|description=:Set the selection state of a Hole Group. | |description=:Set the selection state of a Hole Group. | ||
− | |param1=<feature number>|param1_desc=Group number | + | |param1=<feature number>|param1_desc=Group number (0=all groups) |
|param2=<selected>|param2_desc=Selection state. 0=not selected, 1=selected | |param2=<selected>|param2_desc=Selection state. 0=not selected, 1=selected | ||
}} | }} |
Latest revision as of 11:44, 12 November 2012
Command
- HOLEFR_SET_GROUP_SELECTED <group number> <selected>
- Set the selection state of a Hole Group.
Parameters
- <feature number>
- Group number (0=all groups)
- <selected>
- Selection state. 0=not selected, 1=selected
Example
- To select hole group number 4
- HOLEFR_SET_GROUP_SELECTED 4, 1
- To unselect hole group number 9
- HOLEFR_SET_GROUP_SELECTED 9, 0
- To select all hole groups
- HOLEFR_SET_GROUP_SELECTED 0, 1