BatchPlotProgress Property (ActiveX)

Gets the current status of the batch plot, or terminates the batch plot.

Supported platforms: Windows only

Signature

VBA:

object.BatchPlotProgress
object

Type: Plot

The object this property applies to.

Property Value

Read-only: No

Type: Boolean

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