This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxHighlightFeatures Interface > ITxHighlightFeatures.HighlightFeature Property (ArcObjects .NET 10.5 SDK) |
Specifies that the feature with the given OID should be highlighted or unhighlighted.
[Visual Basic .NET] Public Function get_HighlightFeature ( _ ByVal oid As Integer _ ) As Boolean
[Visual Basic .NET] Public Sub set_HighlightFeature ( _ ByVal oid As Integer, _ ByVal highlight As Boolean _ )
[C#] public bool get_HighlightFeature ( int oid );
[C#] public void set_HighlightFeature ( int oid, bool highlight );
[C++]
HRESULT get_HighlightFeature(
long oid,
VARIANT_BOOL* highlight
);
[C++]
HRESULT put_HighlightFeature(
long oid,
VARIANT_BOOL highlight
);
[C++]
Parameters oid [in] oid is a parameter of type long highlight [out, retval] highlight is a parameter of type VARIANT_BOOL oid [in] oid is a parameter of type long highlight [in] highlight is a parameter of type VARIANT_BOOL