AcDbEntity::AcDbEntity(AcDbEntity &) Constructor

C++
AcDbEntity(
    const AcDbEntity &
) = delete;
Description

Copy constructor. Don't use this method, instead use the CopyFrom() method.

Links