Description
Enumerates child trackball entity IDs of the specified trackball.
Syntax
Function RFTrackballTools.EnumChildTrackball(trackballID As RFEntityID, iMaxCount As Long, trackballIDs As RFEntityID, pTrackballCount As Long) As RFErrorCode
The EnumChildTrackball syntax has these parts:
| Part | Description |
|---|---|
| trackballID | [IN] RFEntityID Required. Entity ID of a trackball. |
| iMaxCount | [IN] Long Required. The size of trackballIDs array. |
| trackballIDs | [OUT] RFEntityID Required. The first element of an array of trackball IDs. |
| pTrackballCount | [OUT] Long Required. The number of stored entities. |
Remarks