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