ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalRenderer.TemporalLegend Property

Points to a Temporal Legend class that defines how symbology is rendered temporally.

[Visual Basic 6.0]
Property TemporalLegend As ITemporalLegendGroup
[Visual Basic .NET]
Public Property TemporalLegend As TemporalLegendGroup
[C#]
public TemporalLegendGroup TemporalLegend {get; set;}
[Java]
public ITemporalLegendGroup getTemporalLegend()
throws
    IOException,
    AutomationException
[Java]
public void setTemporalLegendByRef(
ITemporalLegendGroup pTemporalLegendGroup
)
throws
    IOException,
    AutomationException
[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

Product Availability

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

Description

This property points to a Temporal Legend class that defines how symbology is rendered temporally.

See Also

ITemporalRenderer Interface

 


Feedback Send feedback on this page