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


ITxHighlightFeatures.HighlightFeatures 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.HighlightFeatures Method
ArcGIS Developer Help

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 bool

Product Availability

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

See Also

ITxHighlightFeatures Interface