IsQuiescent Property

Checks whether AutoCAD is idle and ready to accept automation calls from out-of-process applications.

See Also | Example

Signature

object.IsQuiescent

object

AcadState
The object or objects this property applies to.

IsQuiescent

Boolean; read-only

TRUE: AutoCAD is idle.

FALSE: AutoCAD is busy.

 

   Comments?