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


ITemporalRenderer.TemporalLegend Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalRenderer.TemporalLegend Property

Points to a Temporal Legend class that defines how symbology is rendered temporally.

[Visual Basic .NET]
Public Property TemporalLegend As ITemporalLegendGroup
[C#]
public ITemporalLegendGroup TemporalLegend {get; set;}
[C++]
HRESULT get_TemporalLegend(
  ITemporalLegendGroup** ppiTemporalLegend
);
[C++]
HRESULT putref_TemporalLegend(
  ITemporalLegendGroup* ppiTemporalLegend
);
[C++]

Parameters ppiTemporalLegend [out, retval]
ppiTemporalLegend is a parameter of type ITemporalLegendGroup ppiTemporalLegend [in]
ppiTemporalLegend is a parameter of type ITemporalLegendGroup

Product Availability

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

See Also

ITemporalRenderer Interface