Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 824 Bytes

File metadata and controls

28 lines (18 loc) · 824 Bytes

AcadDatabase.DbObjects Property

The DbObjectContainer class provides access to all database objects. In addition to the standard LINQ operations this class provides a method to add newly created DBObjects.

Syntax

C#

public DbObjectContainer DbObjects { get; }

VB

Public ReadOnly Property DbObjects As DbObjectContainer
	Get

Property Value

Type: DbObjectContainer

Back to Top

See Also

Reference

AcadDatabase Class
Linq2Acad Namespace