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


ITxHighlightFeatures.HighlightAllFeatures Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxHighlightFeatures Interface > ITxHighlightFeatures.HighlightAllFeatures Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

ITxHighlightFeatures Interface