Gets the active Database object.
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 static Database Database { get; }
Public Shared ReadOnly Property Database As Database
Get
public:
static property Database^ Database {
Database^ get ();
}
static member Database : Database with get
Property Value
Type:
Database
See Also