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