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


IMetricUnitConverter.SetGSPoint 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.SetGSPoint Method
ArcGIS Developer Help

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

HRESULT SetGSPoint([in]IPoint* pPoint, [out, retval] IGSPoint** ppGSPoint);

See Also

IMetricUnitConverter Interface