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


ITemporalLegendGroup.Class Property (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.Class Property
ArcGIS Developer Help

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