ArcObjects Library Reference (Maplex)  

IMaplexOverposter.AddClass Method

Adds a class to the overposter and specifies its properties.

[Visual Basic .NET]
Public Function AddClass ( _
    ByVal props As ILabelEngineLayerProperties _
) As Integer
[C#]
public int AddClass (
    ILabelEngineLayerProperties props
);
[C++]
HRESULT AddClass(
  ILabelEngineLayerProperties* props,
  long* ClassIndex
);
[C++]

Parameters

props [in]

  props is a parameter of type ILabelEngineLayerProperties

ClassIndex [out, retval]   ClassIndex is a parameter of type long

Product Availability

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

See Also

IMaplexOverposter Interface