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


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

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

HRESULT ConvertEnvelope([in] enum esriCadastralUnitConversionType eConversionType, [in]IEnvelope* pEnvelope, [out, retval] IEnvelope** ppEnvelope);

See Also

IMetricUnitConverter Interface