This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxHighlightTracks Interface > ITxHighlightTracks.HighlightTrack Property (ArcObjects .NET 10.5 SDK) |
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