StartBatchMode Method (ActiveX)

Starts printing in batch mode. (Obsolete)

Supported platforms: Windows only

Signature

VBA:

object.StartBatchMode entryCount
object

Type: Plot

The object this method applies to.

entryCount

Access: Input-only

Type: Long

The number of entries to plot in the batch.

Return Value (RetVal)

No return value.

Remarks

This method is obsolete and may be removed in a future version of AutoCAD.

Examples

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