JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.DragCursor();
{
"Normal":0,
"None":1,
"Selection":2
};
Use this enum to list the cursor types that may be used while dragging.
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|