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