C++
AcDbObjectPointerBase();
Description
This default constructor initializes the internal object pointer to null and sets the open status to Acad::eNullObjectPointer.
According to contract, clients are not supposed to dereference the object after the default constructor is called. They would first need to tell the object to acquire ownership of an already opened object using the acquire() member function.