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


ITemporalLayer.TemporalLegendGroup Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.TemporalLegendGroup Property
ArcGIS Developer Help

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