ArcObjects Library Reference (EngineCore)  

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 VARIANT_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