Description
Collects entity's ID of all selected entities in an RFEntityID array and returns a Long value indicating the number of selected entities.
Syntax
Function RFSelectTools.EnumSelectedEntities(SelectEntity As RFSelectEntityType, pSelectedEntityIDs As RFEntityID) As Long
The EnumSelectedEntities syntax has these parts:
| Part | Description |
|---|---|
| SelectEntity | [IN] RFSelectEntityType Required. The entity type selected. |
| pSelectedEntityIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store selected entities RFEntityID. |
Remarks