Share

Acad.DragCursor Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.DragCursor();
{
    "Normal":0,
    "None":1,
    "Selection":2
};

Group

ACAD Namespace

Description

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

ACAD Namespace

Was this information helpful?