C++
virtual ACDBCORE2D_PORT bool hideMeForDragging() const;
Description
Indicates whether the original object should be undrawn while in a dragging operation.
This function indicates to AutoCAD whether the original object should be hidden when a clone is created for use in a dragging operation. This method is only called on objects which return true in an immediately preceding call to AcDbEntity::cloneMeForDragging().
Returns true if the original object should be hidden while a clone is being dragged. The default implementation returns false.
Links
Previous Declaration
ACDBCORE2D_PORT ADESK_SEALED_VIRTUAL bool hideMeForDragging() const ADESK_SEALED;