Description
Collects entity's ID of all reference points in an RFEntityID array and retieves a Long value indicaitng the number of reference points.
Syntax
Sub RFReferenceGeometry.EnumRefPoints2(pIDs As RFEntityID, pCount As Long)
The EnumRefPoints2 syntax has these parts:
| Part | Description |
|---|---|
| pIDs | [OUT] RFEntityID Required. The first element of RFEntityID array to store reference geometries RFEntityID. |
| pCount | [IN, OUT] Long Required. The size of pIDs array. |
Remarks