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