ArcObjects Library Reference (DefenseSolutions)  

IGraphicStack.CurrentGraphic Property

The method returns the top-most stackable cached graphic in the stack.

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