This document is archived and information here might be outdated.  Recommended version.


ITrackingEnvironment.DefaultTemporalLegendGroup Property (ArcObjects .NET 10.4 SDK)
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