This document is archived and information here might be outdated. Recommended version. |
Convert the point coordinates to metric units and set the value in GSControlPoint.
[Visual Basic .NET] Public Function SetGSControlPointCoordinates ( _ ByVal X As Double, _ ByVal Y As Double, _ ByVal Z As Double _ ) As IGSControlPoint
[C#] public IGSControlPoint SetGSControlPointCoordinates ( double X, double Y, double Z );
Convert Cadastral Fabric X, Y, Z coordinates to the GeoSurveyEngine point coordinate equivalent (metric).
HRESULT SetGSControlPointCoordinates([in] double X, [in] double Y, [in] double Z, [out, retval] IGSControlPoint** pGSPoint);