This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLegendGroup Interface > ITemporalLegendGroup.AddClass Method (ArcObjects .NET 10.5 SDK) |
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