ArcObjects Library Reference (DefenseSolutions)  

IGraphicLeader.Remove Method

Removes a leaderable cached graphic from the leader.

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

Parameters

LeaderableGraphic [in]

  LeaderableGraphic is a parameter of type ILeaderable

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicLeader Interface