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


IRect.Convert2Env Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRect.Convert2Env Method

Set Esri's Envelope Object from a rectangle.

[Visual Basic .NET]
Public Sub Convert2Env ( _
    ByVal env As IEnvelope _
)
[C#]
public void Convert2Env (
    IEnvelope env
);
[C++]
HRESULT Convert2Env(
  IEnvelope* env
);
[C++]

Parameters env [in]
env is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRect Interface