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