Description
Picks entities as specified parameter.
Syntax
Function RFSelectTools.PickEntity(PickEntity As RFPickEntityType, count As Long, pPickedEntityIDs As RFEntityID) As RFErrorCode
The PickEntity syntax has these parts:
| Part | Description |
|---|---|
| PickEntity | [IN] RFPickEntityType Required. The entity type to pick. |
| count | [IN] Long Required. The number of entities to pick. |
| pPickedEntityIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store picked entities RFEntityID. |
Remarks