ArcObjects Library Reference (CadastralUI)  

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++]

See Also

IMetricUnitConverter Interface