ArcObjects Library Reference (TrackingAnalyst)  

ITxHighlightFeatures.HighlightAllFeatures Method

Specifies that all features should be highlighted or unhighlighted.

[Visual Basic .NET]
Public Sub HighlightAllFeatures ( _
    ByVal highlight As Boolean _
)
[C#]
public void HighlightAllFeatures (
    bool highlight
);
[C++]
HRESULT HighlightAllFeatures(
  VARIANT_BOOL highlight
);
[C++]

Parameters

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

ITxHighlightFeatures Interface