Description
Collects entity's ID of all edge-uses in an RFEntityID array and retrieves a Long value indicating the number of edge-uses.
Syntax
Function RFShell.EnumEdgeUses(pEdgeUseIDs As RFEntityID, pEdgeUseCount As Long) As RFErrorCode
The EnumEdgeUses syntax has these parts:
| Part | Description |
|---|---|
| pEdgeUseIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store edge-uses RFEntityID. |
| pEdgeUseCount | [IN, OUT] Long Required. The number of edge-uses. |
Remarks