This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILegendGroups Interface > ILegendGroups.Insert Method (ArcObjects .NET 10.4 SDK) |
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