ArcGIS Developer Help  (ESRI.ArcGIS.DefenseSolutions)  

ICachedGraphicSelection Interface

Controls members that manage a set of selected cached graphics.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Method Add Adds a cached graphic to the set of currently selected graphics.
Method ClearSelection Removes all of the cached graphics from the set of currently selected graphics.
Method Selected Returns the cached graphic found at a given index within the selection set.
Method SelectGraphics Uses a filter, selection geometry, and other characteristics to identify and add cached graphics to the selection set.
Read/write property SelectionColor Specifies a color to be used to visually denote cached graphics in the selection set.
Read-only property SelectionCount Returns the number of cached graphics in the selection set.
Read/write property SelectionSymbol Specifies a symbol to be used to visually denote cached graphics in the selection set.
Read/write property UseSelectionSymbol Indicates whether the selection set should use its selection symbol rather than its selection color.

Classes that implement ICachedGraphicSelection

Classes Description
ForceElementLayer A custom layer, bound to a feature layer, that wraps a force element display list and makes it possible to view and manipulate its cached graphic contents in an ArcGIS map display.
TacticalGraphicLayer A custom layer, bound to a feature layer, that wraps a tactical graphic display list and makes it possible to view and manipulate its cached graphic contents in an ArcGIS map display.