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


IMetricUnitConverter.SetGSPoint Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CadastralUI)  

IMetricUnitConverter.SetGSPoint Method

The input point values are converted to meters and returned in GSPoint.

[Visual Basic .NET]
Public Function SetGSPoint ( _
    ByVal pPoint As IPoint _
) As IGSPoint
[C#]
public IGSPoint SetGSPoint (
    IPoint pPoint
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Convert Cadastral Fabric point coordinate to the GeoSurvey point equivalent (metric).

[C++]

See Also

IMetricUnitConverter Interface