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


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

IMetricUnitConverter.GetPointCoordinates Method

Convert the chosen point coordinates to correct units.

[Visual Basic .NET]
Public Sub GetPointCoordinates ( _
    ByVal pGSPoint As Object, _
    ByRef pX As Double, _
    ByRef pY As Double, _
    ByRef pZ As Double _
)
[C#]
public void GetPointCoordinates (
    object pGSPoint,
    ref double pX,
    ref double pY,
    ref double pZ
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Convert Cadastral Fabric point coordinate to GeoSurveyEngine point Coordinate equivalent (metric) X, Y, Z.

[C++]

HRESULT GetPointCoordinates([in] IUnknown* pGSPoint, [out] double* pX, [out] double* pY, [out] double* pZ);

See Also

IMetricUnitConverter Interface