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


ITemporalLegendGroup.RemoveClass Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendGroup.RemoveClass Method

Removes the legend class from the group at the specified index.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLegendGroup Interface