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.HighlightTracks Method (ArcObjects .NET 10.5 SDK) |
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