BeginPlot Event

Triggered immediately after AutoCAD receives a request to print a drawing.

See Also | Example

Signature

object.BeginPlot(DrawingName)

object

Application object, Document object
An object expression that evaluates to a valid container object. In this case, the only valid containers are the application and a document.

DrawingName

String; input to the handler
The name of the drawing that is being sent to the printer.

Remarks

No events will be fired while a modal dialog is being displayed.

 

   Comments?