This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexOverposter Interface > IMaplexOverposter.AddClass Method (ArcObjects .NET 10.5 SDK) |
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