Click or drag to resize

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)
Syntax
public WorkingDatabase(
	Database newWorkingDb
)

Parameters

newWorkingDb
Type: Database
Database to be temporarily set as working database.
See Also