Description
Collects entity's ID of all reference coordinates in an RFEntityID array and retieves a Long value indicating the number of reference coordinates.
Syntax
Sub RFReferenceGeometry.EnumRefCoordinates2(pIDs As RFEntityID, pCount As Long)
The EnumRefCoordinates2 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