JavaScript Application Programming Interface (API) for AutoCAD
ContentsIndexHome
PreviousUpNext
Acad.Editor.drag Function

Autodesk.AutoCAD.js

JavaScript
function Acad.Editor.drag(jig);
Parameters 
Description 
jig  
is of the type Acad.DrawJig

dragStatus of type Acad.DragStatus in success function callback. This function returns promise pattern result, it has to be call in Promise Pattern with .then(onsuccess, onError) function.

Use this method to drag a transient entity during jigging.

Links
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!