ArcObjects Library Reference (DefenseSolutions)  

IGraphicStack.Remove Method

Removes a stackable cached graphic from the stack.

[Visual Basic .NET]
Public Function Remove ( _
    ByVal StackableGraphic As IStackable _
) As Boolean
[C#]
public bool Remove (
    IStackable StackableGraphic
);
[C++]
HRESULT Remove(
  IStackable* StackableGraphic,
  VARIANT_BOOL* vbOut
);
[C++]

Parameters

StackableGraphic [in]

  StackableGraphic is a parameter of type IStackable

vbOut [out, retval]   vbOut is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicStack Interface