PPT_LOGO_4b
‹#›
© 2008 Autodesk
Autodesk Developer Network
AEC and Arch per-DWG Settings
§Autodesk.Aec.Arch.ApplicationServices.ArchDBVariables
§Expose some of the architectural object settings
§“AEC Object Settings” tab in Options dialog
§2a - Aec Basics.vb > TestSettings command
Dim idArchVars As ObjectId = ArchDBVariables.Find(db)
Dim o As AcObject = tr.GetObject(idArchVars, OpenMode.ForWrite)
MessageBox.Show("Object type (should be ArchDBVariables)= " + o.GetType.ToString)
ArchDBVariables
DBVariables
DictionaryRecord
DBObject
We will now demonstrate access to these settings.