Gets the current status of the batch plot, or terminates the batch plot.
Supported platforms: Windows only
Property Value
Read-only: No
Type: Boolean
- True: The batch plot is in progress.
- False: The batch plot has been cancelled or aborted. Setting BatchPlotProgress to False will terminate the batch plot.
Remarks
This property is obsolete and may be removed in a future version of AutoCAD.
Examples
VBA:
Sub Example_BatchPlotProgress() ' This property is obsolete and may be removed ' in a future (post-AutoCAD 2005) version. End Sub
Visual LISP:
Not available