Description
Returns an RFCoordinate value from a reference coordinate having the specified index.
Syntax
Function RFReferenceGeometry.GetRefCoordinateAt(index As Long, pRefCoordinate As RFCoordinate) As RFErrorCode
The GetRefCoordinateAt syntax has these parts:
| Part | Description |
|---|---|
| index | [IN] Long Required. Reference coordinate index to retrieve the geometry information. |
| pRefCoordinate | [OUT] RFCoordinate Required. The information of reference coordinate. |
Remarks