ArcObjects Library Reference (Carto)  

IOverposter3.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

IOverposter3 Interface