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


IGraphicTracker.Highlight Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IG > IGraphicTracker Interface > IGraphicTracker.Highlight Method
ArcGIS Developer Help

IGraphicTracker.Highlight Method

Emphasizes the graphic.

[Visual Basic .NET]
Public Sub Highlight ( _
    ByVal id As Integer, _
    ByVal bHighlight As Boolean _
)
[C#]
public void Highlight (
    int id,
    bool bHighlight
);
[C++]
HRESULT Highlight(
  long id,
  VARIANT_BOOL bHighlight
);
[C++]
Parameters
id [in]

id is a parameter of type long bHighlight [in]
bHighlight is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Highlights or unhighlights the graphic. More than one graphic can be highlighted at a time.

See Also

IGraphicTracker Interface