This document is archived and information here might be outdated.  Recommended version.


IMetricUnitConverter.GetPoint Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IM > IMetricUnitConverter Interface > IMetricUnitConverter.GetPoint Method
ArcGIS Developer Help

IMetricUnitConverter.GetPoint Method

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
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Convert GeoSurveyEngine point (metric) coordinate to Cadastral Fabric coordinates.

[C++]

HRESULT GetPoint([in]IUnknown* pGSPoint, [out, retval] IPoint** ppPoint);

See Also

IMetricUnitConverter Interface