Starts printing in batch mode. (Obsolete)
Supported platforms: Windows only
VBA:
object.StartBatchMode entryCount
Type: Plot
The object this method applies to.
Access: Input-only
Type: Long
The number of entries to plot in the batch.
No return value.
This method is obsolete and may be removed in a future version of AutoCAD.
VBA:
Sub Example_StartBatchMode() 'This method may become obsolete and may be removed 'in a future (post-AutoCAD 2005) version. End Sub
Visual LISP:
Not available