This document is archived and information here might be outdated. Recommended version. |
Convert the chosen point coordinates to correct units.
[Visual Basic .NET]
Public Sub GetPointCoordinates ( _
ByVal pGSPoint As Object, _
ByRef pX As Double, _
ByRef pY As Double, _
ByRef pZ As Double _
)
[C#]
public void GetPointCoordinates (
object pGSPoint,
ref double pX,
ref double pY,
ref double pZ
);
Convert Cadastral Fabric point coordinate to GeoSurveyEngine point Coordinate equivalent (metric) X, Y, Z.
HRESULT GetPointCoordinates([in] IUnknown* pGSPoint, [out] double* pX, [out] double* pY, [out] double* pZ);