Provides access to members common to all layers of cached graphics.
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Members
Description | ||
---|---|---|
CallBack | Specifies an object that will receive messages when the display list performs certain operations. | |
OptimizeForSpeed | Indicates whether the layer should take the necessary shortcuts to optimize its display speed. | |
Refresh | Refreshes the cached graphic contents of the layer. | |
Size | The method sets the size/height of all cached graphics in the layer. Expressed in either geometry units or as a fraction of the display height. | |
SymbologyStandard | The symbology standard of the underlying feature class. |
CoClasses that implement ICachedGraphicLayer2
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
This interface was added at MOLE 9.2 and differs from its sister ICachedGraphicLayer interface by adding CallBack, Size, and SymbologyStandard properties.