This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackSymbologyRenderer Interface > ITrackSymbologyRenderer.ShowTrackSymbologyLegendGroup Property (ArcObjects .NET 10.5 SDK) |
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