HOLEFR GET LIST SELECTED HOLES

From Macros Wiki
Jump to navigationJump to search

Up

Command

HOLEFR_GET_LIST_SELECTED_HOLES <array:list of holes> [<num holes>]


Get a list of the selected hole features.

Parameters

<list of holes>
Array variable to be set to the list of selected hole features
<num holes>
Optional variable to be set to the number of selected hole features

Example

LOCAL iList(100)
HOLEFR_GET_LIST_SELECTED_HOLES iListHoles, iNumHoles