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


ITemporalLayer.TemporalLegendGroup Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITemporalLayer.TemporalLegendGroup Property

Group of temporal legend classes that define the temporal intervals and symbology used by the temporal renderer.

[Visual Basic .NET]
Public Property TemporalLegendGroup As ITemporalLegendGroup
[C#]
public ITemporalLegendGroup TemporalLegendGroup {get; set;}
[C++]
HRESULT get_TemporalLegendGroup(
  ITemporalLegendGroup** ppiTemporalLegendGroup
);
[C++]
HRESULT putref_TemporalLegendGroup(
  ITemporalLegendGroup* ppiTemporalLegendGroup
);
[C++]

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

Product Availability

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

See Also

ITemporalLayer Interface