ArcObjects Library Reference  (TrackingAnalyst)    

ITemporalLayer.TemporalLegendGroup Property

Group of temporal legend classes that define the temporal intervals and symbology used by the temporal renderer.

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

Description

This property is a group of temporal legend classes that define the temporal intervals and symbology that the temporal renderer uses. This legend group collectively defines the temporal period that is used to draw features.

See Also

ITemporalLayer Interface

 


Feedback Send feedback on this page