Share

Acad.DragStatus Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.DragStatus();
{
    "kModeless":-17,
    "kNoChange":-6,
    "kCancel":-4,
    "kOther":-3,
    "kNull":-1,
    "kNormal":0
    "kKW1":1,
    "kKW2":2,
    "kKW3":3,
    "kKW4":4,
    "kKW5":5,
    "kKW6":6,
    "kKW7":7,
    "kKW8":8,
    "kKW9":9
};

Group

ACAD Namespace

Description

Use this enum to list the status types that may be used while dragging.

ACAD Namespace

Was this information helpful?