JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Editor.getDouble(options);
Parameters |
Description |
options |
is of type PromptDoubleOptions |
PromptDoubleResult.
Use this function to get the double from an user. This function returns promise pattern result, it has to be call in Promise Pattern with .then(onsuccess, onError) function.
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|