Database Constructor (Boolean, Boolean)

Constructor for the Database class.
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public Database(
        bool buildDefaultDrawing,
        bool noDocument
)

Parameters

buildDefaultDrawing
Type: SystemBoolean
[in] Flag that specifies whether to build an empty object.
noDocument
Type: SystemBoolean
[in] Flag that specifies whether to associate this database with the current document. When noDocument = true, the database is standalone, which means the database does not use the document's undo controller, locking, and other services.
See Also

©  Bricsys NV. All rights reserved.