ArcObjects Library Reference (Carto)  

ILegendGroups.Insert Method

Add a legend group at the specified posiiton.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal LegendGroup As ILegendGroup _
)
[C#]
public void Insert (
    int Index,
    ILegendGroup LegendGroup
);
[C++]
HRESULT Insert(
  long Index,
  ILegendGroup* LegendGroup
);
[C++]

Parameters

Index [in]   Index is a parameter of type long LegendGroup [in]

  LegendGroup is a parameter of type ILegendGroup

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILegendGroups Interface