ArcObjects Library Reference  (TrackingAnalyst)    

ITrackSymbologyRenderer.ShowTrackSymbologyLegendGroup Property

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

);

[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.

Description

This property controls the access to the track symbology legend group.

See Also

ITrackSymbologyRenderer Interface

 


Feedback Send feedback on this page