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


ITemporalLegendGroup.TemporalLegendClass Property (ArcObjects .NET 10.4 SDK)
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