ArcObjects Library Reference (CadastralUI)  

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

See Also

IMetricUnitConverter Interface