HOLEFR GET LIST SELECTED HOLES

From Macros Wiki
Revision as of 23:58, 27 August 2015 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=HOLEFR_GET_LIST_SELECTED_HOLES <array:list of holes> [<num holes>] |description=:Get a list of the selected hole features. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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