Provides access to a newly created drawing database.
C#
public static AcadDatabase Create(CreateOptions options = null)VB
Public Shared Function Create (Optional options As CreateOptions = Nothing) As AcadDatabase- options (Optional)
- Type: CreateOptions
Database create options.
Type: AcadDatabase
The AcadDatabase instance.
Back to Top