Acad.Editor.drag Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.Editor.drag(jig);
Group
Parameters
Parameter | Description |
---|---|
jig | is of the type Acad.DrawJig. |
Returns
dragStatus
of type Acad.DragStatus in the success callback function.
This function returns a promise pattern result, it has to be called as a Promise Pattern with .then(onSuccess, onError)
function.
Description
Use this method to drag a transient entity during jigging.
Exception
Throws a TypeError
object.