ArcObjects Library Reference (Carto)  

ILabelClassDescriptions.Add Method

Adds a Label Class Description.

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

Parameters

pLabelClassDescription [in]

  pLabelClassDescription is a parameter of type ILabelClassDescription

Product Availability

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

See Also

ILabelClassDescriptions Interface