ArcObjects Library Reference (TrackingAnalyst)  

ITrackingEnvironment.DefaultTemporalLegendGroup Property

Returns the default Temporal Legend Group.

[Visual Basic .NET]
Public ReadOnly Property DefaultTemporalLegendGroup As ITemporalLegendGroup
[C#]
public ITemporalLegendGroup DefaultTemporalLegendGroup {get;}
[C++]
HRESULT get_DefaultTemporalLegendGroup(
  ITemporalLegendGroup** ppiTemporalLegendGroup
);
[C++]

Parameters

ppiTemporalLegendGroup [out, retval]

  ppiTemporalLegendGroup is a parameter of type ITemporalLegendGroup

Product Availability

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

See Also

ITrackingEnvironment Interface