ArcObjects Library Reference (DefenseSolutions)  

ICallBack2.BeforeDraw Method

Called before a MOLE object is scheduled to draw.

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

[C++]
HRESULT BeforeDraw(
  IDisplay* Display,
  VARIANT DrawingObject,
  VARIANT_BOOL* CancelDraw
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ICallBack2 Interface