ArcObjects Library Reference (Carto)  

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