ArcObjects Library Reference (DefenseSolutions)  

ICachedGraphic.Highlight Method

Highlights the graphic or its extent using the specified symbology, on the specified IDisplay. The client is responsible for calling StartDrawing and FinishDrawing on the IDisplay.

ERROR: Syntax information about ICachedGraphic.Highlight may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT Highlight(
  IDisplay* Display,
  IColor* Color,
  ISymbol* Symbol
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Color [in]

  Color is a parameter of type IColor

Symbol [in]

  Symbol is a parameter of type ISymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICachedGraphic Interface