ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendGroup.AddClass Method

Adds a new legend class to the group at the end of list.

[Visual Basic .NET]
Public Sub AddClass ( _
    ByVal legendClass As ILegendClass _
)
[C#]
public void AddClass (
    ILegendClass legendClass
);
[C++]
HRESULT AddClass(
  ILegendClass* legendClass
);
[C++]

Parameters

legendClass [in]

  legendClass is a parameter of type ILegendClass

Product Availability

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

See Also

ITemporalLegendGroup Interface