ArcObjects Library Reference (DefenseSolutions)  

IGraphicStack.NextGraphic Property

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

[Visual Basic .NET]
Public ReadOnly Property NextGraphic As IStackable
[C#]
public IStackable NextGraphic {get;}
[C++]
HRESULT get_NextGraphic(
  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