C++
AcDbEntity( const AcDbEntity & ) = delete;
Description
Copy constructor. Don't use this method, instead use the CopyFrom() method.
AcDbEntity( const AcDbEntity & ) = delete;
Copy constructor. Don't use this method, instead use the CopyFrom() method.