RFFeature.EnumBoundaryVertices



Your Ad Here

Description

Collects entity's ID of all boundary vertices in the feature topology in an RFEntityID array.

Syntax

Function RFFeature.EnumBoundaryVertices(maxVertexCount As Long, pVertexIDs As RFEntityID, pVertexCount As Long) As RFErrorCode

The EnumBoundaryVertices syntax has these parts:

Part Description
maxVertexCount [INLong Required. The size of pVertexIDs array.The maximum number of boundary vertices in the feature topology.
pVertexIDs [OUTRFEntityID Required. The first element of RFEntityID array to store vertices RFEntityID.
pVertexCount [OUTLong Required. The number of boundary vertices in the feature topology.

Remarks

 

Return to Rapidform Index


Your Ad Here