C++
ACDBCORE2D_PORT const AcArray<AcDbDatabase *> & acdbActiveDatabaseArray();
File
dbmain.h
Description
Get the array of currently active databases.
Returns
Reference to a const AcArray of AcDbDatabase pointers.
Remarks
Can be used to validate a db pointer, but for more reliable checking, see the static AcDbDatabase::runtimeId() and isValidPtr() methods.