Share

AcDbObject::AcDbObject (AcDbObject&) Constructor

C++

AcDbObject(
    const AcDbObject&
) = delete;

Description

No copy construction.

Links

AcDbObject

Previous Declaration

AcDbObject(const AcDbObject &);

Was this information helpful?