Description
Collects entity's ID of all vertices or faces in an RFEntityID array whose specified attribute is set to 1 and retrieves a Long value indicating the number of collected entities.
Syntax
Function RFShell.EnumAttributedEntities(type As RFEntityType, attribute As RFAttribute, pEntityIDs As RFEntityID, pEntityCount As Long) As RFErrorCode
The EnumAttributedEntities syntax has these parts:
| Part | Description |
|---|---|
| type | [IN] RFEntityType Required. RF_ENTITY_VERTEX or RF_ENTITY_FACE. |
| attribute | [IN] RFAttribute Required. Attribute value or bitwise expression. |
| pEntityIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store entities RFEntityID. |
| pEntityCount | [IN, OUT] Long Required. The number of attributed entities. |
Remarks