Description
Collects entity's ID of start and end vertex 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.EnumEdgeUses3(pStartVertexIDs As RFEntityID, pEndVertexIDs As RFEntityID, pEdgeUseCount As Long)
The EnumEdgeUses3 syntax has these parts:
| Part | Description |
|---|---|
| pStartVertexIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store start vertex RFEntityID of edge-use. |
| pEndVertexIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store end vertex RFEntityID of edge-use. |
| pEdgeUseCount | [IN, OUT] Long Required. The size of pStartVertexIDs and pEndVertexIDs array. |
Remarks