This document is archived and information here might be outdated.  Recommended version.


ILegendGroups.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendGroups Interface > ILegendGroups.Insert Method
ArcGIS Developer Help

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