WorkingDatabase Constructor |
Creates a new instance of WorkingDatabase.
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)
Syntaxpublic WorkingDatabase(
Database newWorkingDb
)
Public Sub New (
newWorkingDb As Database
)
public:
WorkingDatabase(
Database^ newWorkingDb
)
new :
newWorkingDb : Database -> WorkingDatabase
Parameters
- newWorkingDb
- Type: Database
Database to be temporarily set as working database.
See Also