ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphicLayer2 Interface

Provides access to members common to all layers of cached graphics.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Read/write property CallBack Specifies an object that will receive messages when the display list performs certain operations.
Read/write property OptimizeForSpeed Indicates whether the layer should take the necessary shortcuts to optimize its display speed.
Method Refresh Refreshes the cached graphic contents of the layer.
Read/write property 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.
Read-only property 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.