Database(Boolean, Boolean) Constructor
|
Initializes a new instance of the
Database class
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Database(
bool buildDefaultDrawing,
bool noDocument
)
Public Sub New (
buildDefaultDrawing As Boolean,
noDocument As Boolean
)
public:
Database(
bool buildDefaultDrawing,
bool noDocument
)
new :
buildDefaultDrawing : bool *
noDocument : bool -> Database
Parameters
- buildDefaultDrawing Boolean
-
- noDocument Boolean
-
See Also