§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)