Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 496 Bytes

File metadata and controls

28 lines (18 loc) · 496 Bytes

AcadDatabase.Database Property

The drawing database in use.

Syntax

C#

public Database Database { get; }

VB

Public ReadOnly Property Database As Database
	Get

Property Value

Type: Database Back to Top

See Also

Reference

AcadDatabase Class
Linq2Acad Namespace