This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalLayer Interface > ITemporalLayer.TemporalLegendGroup Property (ArcObjects .NET 10.4 SDK) |
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