Share

AcDbObjectPointerBase::~AcDbObjectPointerBase

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).

Links

AcDbObjectPointerBase

Was this information helpful?