Description
Collects entity's ID of all edge-uses in the model in an RFEntityID array and retieves a Long value indicating the number of edge-uses.
Syntax
Sub RFModel.EnumEdgeUses2(pEdgeUseIDs As RFEntityID, pEdgeUseCount As Long)
The EnumEdgeUses2 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 size of pEdgeUseIDs array. |
Remarks