LoadAcadLspInAllDocuments Property

Specifies whether acad.lsp is loaded at startup or with each drawing.

See Also | Example

Signature

object.LoadAcadLspInAllDocuments

object

PreferencesSystem
The object or objects this property applies to.

LoadAcadLspInAllDocuments

Boolean; read-write

TRUE: Acad.lsp is loaded with each drawing.

FALSE: Acad.lsp is loaded only with the first drawing at startup.

System variables

The value for this property is stored in the ACADLSPASDOC system variable.

Remarks

The initial value for this property is TRUE.

 

   Comments?