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


IExtentStack.Do Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExtentStack Interface > IExtentStack.Do Method
ArcGIS Developer Help

IExtentStack.Do Method

Zooms to the given extent and places it on the stack.

[Visual Basic .NET]
Public Sub Do ( _
    ByVal Extent As IEnvelope _
)
[C#]
public void Do (
    IEnvelope Extent
);
[C++]
HRESULT Do(
  IEnvelope* Extent
);
[C++]
Parameters
Extent [in]

Extent is a parameter of type IEnvelope*

Product Availability

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

See Also

IExtentStack Interface