ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLegendGroup.TemporalLegendClass Property

Temporal Legend Class at specified index from this group.

[Visual Basic .NET]
Public Function get_TemporalLegendClass ( _
    ByVal nRangeNdx As Integer _
) As ITemporalLegendClass
[C#]
public ITemporalLegendClass get_TemporalLegendClass (
    int nRangeNdx
);
[C++]
HRESULT get_TemporalLegendClass(
  long nRangeNdx,
  ITemporalLegendClass** ppiTemporalRange
);
[C++]

Parameters

nRangeNdx [in]   nRangeNdx is a parameter of type long ppiTemporalRange [out, retval]

  ppiTemporalRange is a parameter of type ITemporalLegendClass

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITemporalLegendGroup Interface