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


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

ITxHighlightTracks.HighlightTrack Property

Specifies that the given track should be highlighted or unhighlighted.

[Visual Basic .NET]
Public Function get_HighlightTrack ( _
    ByVal trackId As String _
) As Boolean
[Visual Basic .NET]
Public Sub set_HighlightTrack ( _
    ByVal trackId As String, _
    ByVal highlight As Boolean _
)
[C#]
public bool get_HighlightTrack (
    string trackId
);
[C#]
public void set_HighlightTrack (
    string trackId,
    bool highlight
);
[C++]
HRESULT get_HighlightTrack(
  BSTR trackId,
  VARIANT_BOOL* highlight
);
[C++]
HRESULT put_HighlightTrack(
  BSTR trackId,
  VARIANT_BOOL highlight
);
[C++]

Parameters trackId [in] trackId is a parameter of type BSTR highlight [out, retval] highlight is a parameter of type VARIANT_BOOL trackId [in] trackId is a parameter of type BSTR 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