This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxHighlightFeatures Interface > ITxHighlightFeatures.HighlightFeatures Method (ArcObjects .NET 10.4 SDK) |
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