Indicates whether or not track symbology displays when drawing temporal events on the map.
[Visual Basic 6.0] Property ShowTrackSymbologyLegendGroup As Boolean
[Visual Basic .NET] Public Property ShowTrackSymbologyLegendGroup As Boolean
[C#] public bool ShowTrackSymbologyLegendGroup {get; set;}
[Java] public boolean isShowTrackSymbologyLegendGroup() throws IOException, AutomationException
[Java] public void setShowTrackSymbologyLegendGroup( boolean ShowTrackSymbologyLegendGroup ) throws IOException, AutomationException
[C++]
HRESULT get_ShowTrackSymbologyLegendGroup(
VARIANT_BOOL* pbShowTimeLegends
);
[C++] HRESULT put_ShowTrackSymbologyLegendGroup( VARIANT_BOOL pbShowTimeLegends);
Parameters
pbShowTimeLegends [out, retval]
pbShowTimeLegends is a parameter of type VARIANT_BOOL
pbShowTimeLegends [in]
pbShowTimeLegends is a parameter of type VARIANT_BOOL
This property controls the access to the track symbology legend group.