Share

Entity.CloneMeForDragging Property

Description

Accesses 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.

Visual Basic

Public virtual Property CloneMeForDragging() As bool

C#

public virtual bool CloneMeForDragging;

Conditions

Read-only

Links

Entity Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?