Overload List
Method | Description |
---|---|
![]() | The AcDbObject class is designed to be a base class only. For design reasons it was not possible to make it an abstract base class. So, instead, the constructor is protected so that it is not possible to instantiate AcDbObject objects. |
![]() | No copy construction. |