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


ILabelClassDescriptions.Add Method (ArcObjects .NET 10.4 SDK)
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