This document is archived and information here might be outdated. Recommended version. |
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*