Provides access to members common to all cached graphic objects. Note: the ICachedGraphic interface has been superseded byICachedGraphic2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Members
Description | ||
---|---|---|
Angle | The angle of the graphic, expressed in radians, where 0 is horizontal. | |
AttributeLabels | Holds a set of attribute labels that are specific to a particular graphic. | |
Draw | Draw the graphic to the specified IDisplay. The client is responsible for calling StartDrawing and FinishDrawing on the IDisplay. | |
Geometry | The core geometry that defines the location and/or basic shape of the graphic. | |
Highlight | Highlights the graphic or its extent using the specified symbology, on the specified IDisplay. The client is responsible for calling StartDrawing and FinishDrawing on the IDisplay. | |
HitTest | Determines if the specified location hits the graphic. | |
IsDirty | Indicates whether the graphic needs to be refreshed. Examined each time the graphic is drawn. | |
IsLocked | Indicates whether the graphic is locked and unable to be moved. | |
IsValid | Indicates if the graphic is well behaved. | |
Name | The method returns the unique, system derived, name for a graphic. | |
QueryBounds | Populates the passed in envelope with the extents of the graphic. | |
QueryEnvelope | Populates the passed in envelope with the extents of the graphic. | |
Refresh | Rebuilds the graphic based on its underlying attributes. | |
Size | The size/height of the graphic, expressed in geometry (not display) units. |
CoClasses that implement ICachedGraphic
CoClasses and Classes | Description |
---|---|
FEGraphic | A cached graphic that symbolizes a point based military object (feature or force element). |
GraphicLeader | A collection of leaderable cached graphics, sorted and drawn using a variety of leader styles, designed to help declutter a display. |
GraphicStack | An ordered collection of stackable cached graphics, drawn to resemble a stack of cards. |
TacticalGraphic | A cached graphic that symbolizes a point, line, or polygon based tactical military object (feature or tactical element). |
Remarks
Cached graphics are those objects MOLE creates and normally stores in a display list (the "cache"). A cached graphic object is a composition of various vector geometries and associated symbols which it knows how to draw to a given display.