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


IOverposter2.AddClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOverposter2 Interface > IOverposter2.AddClass Method
ArcGIS Developer Help

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

props is a parameter of type IOverposterLayerProperties*

Product Availability

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

See Also

IOverposter2 Interface