This document is archived and information here might be outdated.  Recommended version.


ITxHighlightFeatures.HighlightFeature Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ITxHighlightFeatures.HighlightFeature Property

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.

See Also

ITxHighlightFeatures Interface