Description
Adds a reference coordinate which consists of a specified coordinate geometry to both model and project tree.Then it returns an RFErrorCode value indicating whether there occurs an error or not.
Syntax
Function RFRefGeomTools.AddRefCoordinate(pCoord As RFCoordinate, pRefGeomID As RFEntityID) As RFErrorCode
The AddRefCoordinate syntax has these parts:
| Part | Description |
|---|---|
| pCoord | [IN] RFCoordinate Required. Coordinate's geometry data. |
| pRefGeomID | [OUT] RFEntityID Required. The RFEntityID of reference coordinate which is added. |
Remarks