ArcObjects Library Reference (TrackingAnalyst)  

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