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


ILegendGroups.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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