ArcObjects Library Reference (DefenseSolutions)  

IGraphicLeader.Add Method

Adds a leaderable cached graphic to the leader.

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

Parameters

LeaderableGraphic [in]

  LeaderableGraphic is a parameter of type ILeaderable

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicLeader Interface