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


IRect.Set2Env Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRect Interface > IRect.Set2Env Method
ArcGIS Developer Help

IRect.Set2Env Method

Reset from Esri's Envelope Object.

[Visual Basic .NET]
Public Sub Set2Env ( _
    ByVal env As IEnvelope _
)
[C#]
public void Set2Env (
    IEnvelope env
);
[C++]
HRESULT Set2Env(
  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