Provides access to members that manage an ordered collection of cached graphic renderers.
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Members
Description | ||
---|---|---|
AddRenderer | Adds a cached graphic renderer to the collection. Optionally at a specified index. | |
ClearRendererCollection | Removes all cached graphic renderers from the collection. | |
IsLocked | Indicates whether the collection can be modified. | |
RemoveRenderer | Removes a particular cached graphic renderer from the collection. | |
Renderer | Retrieves the cached graphic renderer object located at the specified index. | |
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.