ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicSelection.Selected Method

The method returns the cached graphic found at a given index within the selection set.

[Visual Basic .NET]
Public Function Selected ( _
    ByVal Index As Integer _
) As ICachedGraphic
[C#]
public ICachedGraphic Selected (
    int Index
);
[C++]
HRESULT Selected(
  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

ICachedGraphicSelection Interface