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


ITxHighlightTracks.HighlightTracks Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxHighlightTracks.HighlightTracks Method

Specifies that the given tracks should be highlighted or unhighlighted.

[Visual Basic .NET]
Public Sub HighlightTracks ( _
    ByRef trackIds As String[]&, _
    ByVal highlight As Boolean _
)
[C#]
public void HighlightTracks (
    ref String[]& trackIds,
    ref bool highlight
);
[C++]
HRESULT HighlightTracks(
  trackIds* trackIds,
  VARIANT_BOOL highlight
);
[C++]

Parameters trackIds [in] trackIds is a parameter of type highlight [in] highlight 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