Event arguments when opening a drawing database fails.

interface AcDbOpenFailedEventArgs {
    database: AcDbDatabase;
    error: AcDbOpenDatabaseError;
}

Properties

Properties

database: AcDbDatabase

The database that failed to open

Structured failure information