ArcObjects Library Reference (DefenseSolutions)  

IGraphicStack.Add Method

Adds a stackable cached graphic to the stack.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal StackableGraphic As IStackable _
)
[C#]
public void Add (
    IStackable StackableGraphic
);
[C++]
HRESULT Add(
  IStackable* StackableGraphic
);
[C++]

Parameters

StackableGraphic [in]

  StackableGraphic is a parameter of type IStackable

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicStack Interface