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


ITxHighlightTracks.HighlightTrack Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxHighlightTracks Interface > ITxHighlightTracks.HighlightTrack Property
ArcGIS Developer Help

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,
  Boolean* 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 bool* trackId [in]
trackId is a parameter of type BSTR highlight [in]
highlight is a parameter of type bool

Product Availability

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

See Also

ITxHighlightTracks Interface