ArcGIS Developer Help  (ESRI.ArcGIS.DefenseSolutions)  

ICacheRendererCollection Interface

Controls members that manage an ordered collection of cached graphic renderers.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Method AddRenderer Adds a cached graphic renderer to the collection. Optionally at a specified index.
Method ClearRendererCollection Removes all cached graphic renderers from the collection.
Read/write property IsLocked Indicates whether the collection can be modified.
Method RemoveRenderer Removes a particular cached graphic renderer from the collection.
Method Renderer Retrieves the cached graphic renderer object located at the specified index.
Read-only property RendererCount Returns the number of cached graphic renderers in the collection.

Classes that implement ICacheRendererCollection

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.