Share

Acad.Editor.drag Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Editor.drag(jig);

Group

ACAD Namespace

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.

ACAD Namespace

Was this information helpful?