ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendGroup.Class Property

Legend class at the specified index.

[Visual Basic .NET]
Public Function get_Class ( _
    ByVal index As Integer _
) As ILegendClass
[C#]
public ILegendClass get_Class (
    int index
);
[C++]
HRESULT get_Class(
  long index,
  ILegendClass** legendClass
);
[C++]

Parameters

index [in]   index is a parameter of type long legendClass [out, retval]

  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