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


IOverposter3.AddClass Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IOverposter3.AddClass Method

Adds a class to the overposter and specifies its properties.

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

Parameters props [in]
props is a parameter of type IOverposterLayerProperties ClassIndex [out, retval] ClassIndex is a parameter of type long

Product Availability

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

See Also

IOverposter3 Interface