This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pbShowTimeLegends
);
[C++]
HRESULT put_ShowTrackSymbologyLegendGroup(
VARIANT_BOOL pbShowTimeLegends
);
[C++] Parameters pbShowTimeLegends [out, retval]
pbShowTimeLegends is a parameter of type bool* pbShowTimeLegends [in]
pbShowTimeLegends is a parameter of type bool