ArcObjects Library Reference (DefenseSolutions)  

IGraphicStack Interface

Provides access to members that manage a stack of cached graphics.

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Members

Description
Method Add Adds a stackable cached graphic to the stack.
Read-only property CurrentGraphic The method returns the top-most stackable cached graphic in the stack.
Read/write property DrawQuadrant Specifies the direction the stack should be drawn.
Method Item Retrieves the stackable cached graphic at a specific index in the stack.
Read-only property NextGraphic Makes the next stackable cached graphic in the stack the top-most or current cached graphic.
Read-only property PreviousGraphic Makes the previous stackable cached graphic in the stack the top-most or current cached graphic.
Method Remove Removes a stackable cached graphic from the stack.
Read-only property StackCount The method returns the number of stackable cached graphics in the stack.

CoClasses that implement IGraphicStack

CoClasses and Classes Description
GraphicStack An ordered collection of stackable cached graphics, drawn to resemble a stack of cards.