ArcObjects Library Reference (Carto)  

IMapServerLegendGroups.Add Method

Adds a legend group.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal group As IMapServerLegendGroup _
)
[C#]
public void Add (
    IMapServerLegendGroup group
);
[C++]
HRESULT Add(
  IMapServerLegendGroup* group
);
[C++]

Parameters

group [in]

  group is a parameter of type IMapServerLegendGroup

Product Availability

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

See Also

IMapServerLegendGroups Interface