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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.