C++
virtual ACDBCORE2D_PORT bool cloneMeForDragging();
Description
This function indicates to AutoCAD whether a clone should be created for use in a dragging operation. AutoCAD has always created a clone in the past, but due to entities with large amounts of data (for example, polylines) it is sometimes desirable to have AutoCAD perform dragging with the original entity.
Default implementation: Returns Adesk::kTrue indicating that a clone will be created for the dragging operation.
Links
Previous Declaration
ACDBCORE2D_PORT ADESK_SEALED_VIRTUAL Adesk::Boolean cloneMeForDragging() ADESK_SEALED;