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


IOverposter2.RemoveClass Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IOverposter2.RemoveClass Method

Removes the class at the specified index from the overposter.

[Visual Basic .NET]
Public Sub RemoveClass ( _
    ByVal ClassIndex As Integer _
)
[C#]
public void RemoveClass (
    int ClassIndex
);
[C++]
HRESULT RemoveClass(
  long ClassIndex
);
[C++]

Parameters ClassIndex [in] ClassIndex is a parameter of type long

Product Availability

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

See Also

IOverposter2 Interface