HOLEFR SET HOLE SELECTED
From Macros Wiki
Jump to navigationJump to search
Command
- HOLEFR_SET_HOLE_SELECTED <hole number> <selected>
- Set the selection state of a Hole Feature.
- Note: This replaces the HOLEFR_SET_FEAT_SELECTED command in previous versions
Parameters
- <hole number>
- Hole number (0=all holes)
- <selected>
- Selection state. 0=not selected, 1=selected
Example
- To select hole feature number 4
- HOLEFR_SET_HOLE_SELECTED 4, 1
- To unselect hole feature number 9
- HOLEFR_SET_HOLE_SELECTED 9, 0
- To select all hole features
- HOLEFR_SET_HOLE_SELECTED 0, 1