Click or drag to resize

WorkingDatabase Class

Provides a safe way to temporarily set the working database. Credits Tony Tanzillo: https://forums.autodesk.com/t5/net/want-to-have-c-program-to-modify-dwg-and-save-into-dwg-format/m-p/12439905/highlight/true#M79788
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.ExtensionWorkingDatabase

Namespace:  Gile.AutoCAD.R20.Extension
Assembly:  Gile.AutoCAD.R20.Extension (in Gile.AutoCAD.R20.Extension.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class WorkingDatabase : IDisposable

The WorkingDatabase type exposes the following members.

Constructors
  NameDescription
Public methodWorkingDatabase
Creates a new instance of WorkingDatabase.
Top
Methods
  NameDescription
Public methodDispose
Restores the previous working database.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also