ArcObjects Library Reference (DefenseSolutions)  

ICacheRendererCollection Interface

Provides access to 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 The method returns the number of cached graphic renderers in the collection.

CoClasses that implement ICacheRendererCollection

CoClasses and 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.

Remarks

When a MOLE layer is assigned a feature class to render it does so by asking each of the renderers it manages, in its renderer collection, to examine each feature and indicate whether or not that feature can be renderered.  This interface provides properties and methods to help manage the collection of renderers associated with a MOLE layer.

.NET Snippets

Create Tactical Graphic | Get Tactical Graphic Cached Renderer | Load Tactical Graphic Layer