ArcObjects Library Reference (CadastralUI)  

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

See Also

IMetricUnitConverter Interface