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


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

ILegendClasses.Add Method

Add a legend class.

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

Parameters LegendClass [in]
LegendClass is a parameter of type ILegendClass

Product Availability

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

See Also

ILegendClasses Interface