This document is archived and information here might be outdated. Recommended version. |
The GSPoint or GSControlPoint values are converted from meters to data units and returned in Point.
[Visual Basic .NET] Public Function GetPoint ( _ ByVal pGSPoint As Object _ ) As IPoint
[C#] public IPoint GetPoint ( object pGSPoint );
Convert GeoSurveyEngine point (metric) coordinate to Cadastral Fabric coordinates.
HRESULT GetPoint([in]IUnknown* pGSPoint, [out, retval] IPoint** ppPoint);