Description
Collects entity's ID of all poly-loops composed in the feature topology in an RFEntityID array.
Syntax
Function RFFeature.EnumPolyLoops(maxLoopCount As Long, pPolyLoopIDs As RFEntityID, pPolyLoopCount As Long) As RFErrorCode
The EnumPolyLoops syntax has these parts:
| Part | Description |
|---|---|
| maxLoopCount | [IN] Long Required. The size of pPolyLoopIDs array.(Maximum number of poly-loops expected.) |
| pPolyLoopIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store poly-loops RFEntityID. |
| pPolyLoopCount | [OUT] Long Required. The number of poly-loops. |
Remarks