GetAcadState Method

Gets an AcadState object to monitor the state of AutoCAD from out-of-process applications.

See Also | Example

Signature

RetVal = object.GetAcadState()

Object

Application
The object or objects this method applies to.

RetVal

AcadState
An object containing an IsQuiescent property used to monitor the state of AutoCAD.

Remarks

It is recommended that you call this method immediately after acquiring the AutoCAD appplication object. This is the best opportunity to identify AutoCAD in a quiescent state.

 

   Comments?