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


ILegendGroups.Add 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.Add Method
ArcGIS Developer Help

ILegendGroups.Add Method

Add a legend group.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal LegendGroup As ILegendGroup _
)
[C#]
public void Add (
    ILegendGroup LegendGroup
);
[C++]
HRESULT Add(
  ILegendGroup* LegendGroup
);
[C++]
Parameters
LegendGroup [in]

LegendGroup is a parameter of type ILegendGroup*

Product Availability

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

See Also

ILegendGroups Interface