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


ITemporalLegendGroup.RemoveClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.RemoveClass Method
ArcGIS Developer Help

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