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


IExtentStack.Item Property (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.Item Property
ArcGIS Developer Help

IExtentStack.Item Property

The extent at the specified index.

[Visual Basic .NET]
Public Function get_Item ( _
    ByVal Index As Integer _
) As IEnvelope
[C#]
public IEnvelope get_Item (
    int Index
);
[C++]
HRESULT get_Item(
  long Index,
  IEnvelope** Extent
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Extent [out, retval]
Extent is a parameter of type IEnvelope**

Product Availability

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

See Also

IExtentStack Interface