ArcObjects Library Reference (DefenseSolutions)  

IGraphicStack.Item Method

Retrieves the stackable cached graphic at a specific index in the stack.

[Visual Basic .NET]
Public Function Item ( _
    ByVal Index As Integer _
) As IStackable
[C#]
public IStackable Item (
    int Index
);
[C++]
HRESULT Item(
  long Index,
  IStackable** __MIDL__IGraphicStack0000
);
[C++]

Parameters

Index [in]   Index is a parameter of type long __MIDL__IGraphicStack0000 [out, retval]

  __MIDL__IGraphicStack0000 is a parameter of type IStackable

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicStack Interface