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


ITxHighlightTracks.HighlightTracks Method (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.HighlightTracks Method
ArcGIS Developer Help

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(
  SAFEARRAY(System.String)* trackIds,
  VARIANT_BOOL highlight
);
[C++]
Parameters
trackIds [in]

trackIds is a parameter of type SAFEARRAY(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