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