ArcObjects Library Reference (DefenseSolutions)  

ICallBack.BeforeGraphicDraw Method

Called by a display list object before each of its graphics is drawn.

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

[C++]
HRESULT BeforeGraphicDraw(
  IDisplay* Display,
  ICachedGraphic* Graphic,
  VARIANT_BOOL* CancelDraw
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Graphic [in]

  Graphic is a parameter of type ICachedGraphic

CancelDraw [in, out]   CancelDraw is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICallBack Interface