RFModel.EnumEdgeUses3 (Available After RapidForm2002 PlusPack1 ServicePack1)



Your Ad Here

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 [OUTRFEntityID Required. The first element of RFEntityID array to store start vertex RFEntityID of edge-use.
pEndVertexIDs [OUTRFEntityID Required. The first element of RFEntityID array to store end vertex RFEntityID of edge-use.
pEdgeUseCount [IN, OUTLong Required. The size of pStartVertexIDs and pEndVertexIDs array.

Remarks

 

Return to Rapidform Index


Your Ad Here