This document is archived and information here might be outdated.  Recommended version.


ITxHighlightTracks.HasTrackHighlights Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxHighlightTracks.HasTrackHighlights Property

Specifies that tracks are set to be highlighted.

[Visual Basic .NET]
Public ReadOnly Property HasTrackHighlights As Boolean
[C#]
public bool HasTrackHighlights {get;}
[C++]
HRESULT get_HasTrackHighlights(
  VARIANT_BOOL* hasHighlights
);
[C++]

Parameters hasHighlights [out, retval] hasHighlights is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ITxHighlightTracks Interface