C++
void acdbReleaseHostDwg( AcDbDatabase* pHostDb );
File
acdbxref.h
Description
In a non-AutoCAD-based host environment, this function deletes the AcDbDatabase pointed to by pHostDb and cleans up the necessary internal data that was associated with this database.
In an AutoCAD-based host environment, this function does nothing.
Parameters
Parameters | Description |
---|---|
pHostDb | Input pointer to host database to be released |