ArcObjects Library Reference (DefenseSolutions)  

IGraphicLeader.Item Method

Retrieves the leaderable cached graphic at a specific index in the leader.

[Visual Basic .NET]
Public Function Item ( _
    ByVal Index As Integer _
) As ILeaderable
[C#]
public ILeaderable Item (
    int Index
);
[C++]
HRESULT Item(
  long Index,
  ILeaderable** Leader
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Leader [out, retval]

  Leader is a parameter of type ILeaderable

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicLeader Interface