Description
Returns an RFEntityID value indicating a newly added entity ID of the reference coordinate containing the specified coordinate geometry and name.
Syntax
Function RFReferenceGeometry.AddRefCoordinate(pCoordinate As RFCoordinate, Name As String) As RFEntityID
The AddRefCoordinate syntax has these parts:
| Part | Description |
|---|---|
| pCoordinate | [IN] RFCoordinate Required. Coordinate data. |
| Name | [IN] String Required. String expression that identifies the reference geometry's name. |
Remarks