Share

AcDbDatabase::isBeingDestroyed Method

C++

ACDBCORE2D_PORT bool isBeingDestroyed() const;

Description

Finds out if this database is in the process of being destroyed.

Returns

True if this database's destructor has beein called, false otherwise.

Links

AcDbDatabase Class

Was this information helpful?