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


IMaplexOverposter.AddClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexOverposter Interface > IMaplexOverposter.AddClass Method
ArcGIS Developer Help

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
);
[C++]
Parameters
props [in]

props is a parameter of type ILabelEngineLayerProperties*

Product Availability

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

See Also

IMaplexOverposter Interface