Description
Sets the coordinate geometry to the specified reference coordinate entity ID.
Syntax
Function RFRefGeomTools.SetRefCoordinate(refGeomID As RFEntityID, pCoord As RFCoordinate) As RFErrorCode
The SetRefCoordinate syntax has these parts:
| Part | Description |
|---|---|
| refGeomID | [IN] RFEntityID Required. Reference geometry RFEntityID to retrieve the geometry information. |
| pCoord | [IN] RFCoordinate Required. Coordinate data. |