ArcObjects Library Reference (DefenseSolutions)  

IGraphicStack.PreviousGraphic Property

Makes the previous stackable cached graphic in the stack the top-most or current cached graphic.

[Visual Basic .NET]
Public ReadOnly Property PreviousGraphic As IStackable
[C#]
public IStackable PreviousGraphic {get;}
[C++]
HRESULT get_PreviousGraphic(
  IStackable** Graphic
);
[C++]

Parameters

Graphic [out, retval]

  Graphic is a parameter of type IStackable

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicStack Interface