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


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

ITemporalLegendGroup.InsertClass Method

Inserts a new legend class into the group at the specified index.

[Visual Basic .NET]
Public Sub InsertClass ( _
    ByVal index As Integer, _
    ByVal legendClass As ILegendClass _
)
[C#]
public void InsertClass (
    int index,
    ILegendClass legendClass
);
[C++]
HRESULT InsertClass(
  long index,
  ILegendClass* legendClass
);
[C++]
Parameters
index [in]

index is a parameter of type long 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