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


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

IMetricUnitConverter.SetGSPointCoordinates Method

Convert the point coordinates to metric units and set the value in GSPoint.

[Visual Basic .NET]
Public Function SetGSPointCoordinates ( _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal Z As Double _
) As IGSPoint
[C#]
public IGSPoint SetGSPointCoordinates (
    double X,
    double Y,
    double Z
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Convert Cadastral Fabric X, Y, Z coordinates to the GSPoint coordinate equivalent (metric).

[C++]

HRESULT SetGSPointCoordinates([in] double X, [in] double Y, [in] double Z, [out, retval] IGSPoint** pGSPoint);

See Also

IMetricUnitConverter Interface