ArcObjects Library Reference (DefenseSolutions)  

ICallBack.AfterGraphicDraw Method

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

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

[C++]
HRESULT AfterGraphicDraw(
  IDisplay* Display,
  ICachedGraphic* Graphic
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

Graphic [in]

  Graphic is a parameter of type ICachedGraphic

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICallBack Interface