ArcObjects Library Reference (DefenseSolutions)  

IGraphicGroup.Item Property

The method returns the cached graphic at a specific index in the graphic group.

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

Parameters

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

  Graphic is a parameter of type ICachedGraphic

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicGroup Interface