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