This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposter4 Interface > IOverposter4.AddClass Method (ArcObjects .NET 10.4 SDK) |
Adds a class to the overposter and specifies its properties.
[Visual Basic .NET] Public Function AddClass ( _ ByVal props As IOverposterLayerProperties, _ ByVal Symbol As ITextSymbol _ ) As Integer
[C#] public int AddClass ( IOverposterLayerProperties props, ITextSymbol Symbol );
[C++]
HRESULT AddClass(
IOverposterLayerProperties* props,
ITextSymbol* Symbol,
long* ClassIndex
);
[C++]
Parameters props [in]
props is a parameter of type IOverposterLayerProperties Symbol
Symbol is a parameter of type ITextSymbol ClassIndex [out, retval] ClassIndex is a parameter of type long