Description
Sets the point geometry to the specified reference point entity ID.
Syntax
Function RFRefGeomTools.SetRefPoint(refGeomID As RFEntityID, pPoint As RFPoint3) As RFErrorCode
The SetRefPoint syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pPoint | [IN] RFPoint3 Required. Point data. |