ArcObjects Library Reference (TrackingAnalyst)  

ITrackSymbologyRenderer.ShowTrackSymbologyLegendGroup Property

Indicates whether or not track symbology displays when drawing temporal events on the map.

[Visual Basic .NET]
Public Property ShowTrackSymbologyLegendGroup As Boolean
[C#]
public bool ShowTrackSymbologyLegendGroup {get; set;}
[C++]
HRESULT get_ShowTrackSymbologyLegendGroup(
  VARIANT_BOOL* pbShowTimeLegends
);
[C++]
HRESULT put_ShowTrackSymbologyLegendGroup(
  VARIANT_BOOL pbShowTimeLegends
);
[C++]

Parameters

pbShowTimeLegends [out, retval]   pbShowTimeLegends is a parameter of type VARIANT_BOOL pbShowTimeLegends [in]   pbShowTimeLegends is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITrackSymbologyRenderer Interface