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


ITxHighlightFeatures.HighlightFeature Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxHighlightFeatures Interface > ITxHighlightFeatures.HighlightFeature Property
ArcGIS Developer Help

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,
  Boolean* 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 bool* oid [in]
oid is a parameter of type long highlight [in]
highlight is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxHighlightFeatures Interface