This document is archived and information here might be outdated. Recommended version. |
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