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


ITxHighlightFeatures.HighlightFeatures Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxHighlightFeatures.HighlightFeatures Method

Specifies that the given features should be highlighted or unhighlighted.

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

Parameters features
features is a parameter of type IFIDSet 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