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


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

IMetricUnitConverter.ConvertXY Method

Convert the X and Y values.

[Visual Basic .NET]
Public Sub ConvertXY ( _
    ByVal eConversionType As esriCadastralUnitConversionType, _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByRef pX As Double, _
    ByRef pY As Double _
)
[C#]
public void ConvertXY (
    esriCadastralUnitConversionType eConversionType,
    double X,
    double Y,
    ref double pX,
    ref double pY
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Convert GeoSurveyEngine Double X, Double Y (metric) to Cadastral Fabric Double x, Double Y

[C++]

HRESULT ConvertXY([in] enum esriCadastralUnitConversionType eConversionType, [in] double X, [in] double Y, [out] double* pX, [out] double* pY);

See Also

IMetricUnitConverter Interface