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


ITemporalLegendGroup.AddClass 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.AddClass Method
ArcGIS Developer Help

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