JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Editor.getAngle(options);
Parameters |
Description |
options |
is of type PromptAngleOptions. |
PromptDoubleResult
Use this function to get user input for an angle, taking into account the current value of the ANGBASE system variable. 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!
|