RFShell.EnumAttributedEntities



Your Ad Here

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 [INRFEntityType Required. RF_ENTITY_VERTEX or RF_ENTITY_FACE.
attribute [INRFAttribute Required. Attribute value or bitwise expression.
pEntityIDs [OUTRFEntityID Required. The first element of RFEntityID array to store entities RFEntityID.
pEntityCount [IN, OUTLong Required. The number of attributed entities.

Remarks

 

Return to Rapidform Index


Your Ad Here