ArcObjects Library Reference (DefenseSolutions)  

ICallBack2.AfterDraw Method

Called after a MOLE object has been drawn.

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

[C++]
HRESULT AfterDraw(
  IDisplay* Display,
  VARIANT DrawingObject
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

DrawingObject [in]   DrawingObject is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICallBack2 Interface