Preferences Object (ActiveX)

This object specifies the current AutoCAD settings.

Supported Platforms: Windows only

Class Information

Class Name

AcadPreferences

Object Inheritance
Object
   AcadPreferences
Create Using

VBA

Not applicable
Access Via

VBA

Application.Preferences

Members

These members are part of this object:

Remarks

The Preferences object holds all the options from the Options dialog box 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 box.

The Preferences object can be referenced from the Preferences property on the Application object.