Description
Retrieves the point geometry from the specified reference point entity ID.
Syntax
Function RFReferenceGeometry.GetRefPoint(refGeomID As RFEntityID, pRefPoint As RFPoint3) As RFErrorCode
The GetRefPoint syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve geometry information. |
| pRefPoint | [OUT] RFPoint3 Required. Point data. |