Preferences object |
This object specifies the current AutoCAD settings.
VBA class name: |
AcadPreferences |
---|---|
Create using: |
N/A |
Access via: |
Application.Preferences |
The Preferences object holds all the options from the Options dialog that reside in the registry. Options that reside in the drawing can be found through the DatabasePreferences object.
The Preferences object is divided into separate objects, with each representing a tab on the Options dialog.
The Preferences object can be referenced from the Preferences property on the Application object.
Methods None |
Properties |
Comments? |