ArcObjects Library Reference (CadastralUI)  

IMetricUnitConverter.ConvertEnvelope Method

Convert the envelope.

[Visual Basic .NET]
Public Function ConvertEnvelope ( _
    ByVal eConversionType As esriCadastralUnitConversionType, _
    ByVal pEnvelope As IEnvelope _
) As IEnvelope
[C#]
public IEnvelope ConvertEnvelope (
    esriCadastralUnitConversionType eConversionType,
    IEnvelope pEnvelope
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Convert GeoSurveyEngine Distance (Double, Meters) to Cadastral Fabric Unit (Double) Distance

[C++]

See Also

IMetricUnitConverter Interface