C++
~AcDbObjectPointerBase();
Description
If the internal pointer is non-NULL, the destructor will close the object (if is database-resident) or delete the object (if it is not database-resident).
~AcDbObjectPointerBase();
If the internal pointer is non-NULL, the destructor will close the object (if is database-resident) or delete the object (if it is not database-resident).