JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Editor.executeCommandAsync();
Parameters |
Description |
cmdString |
AutoCAD commands as string arguments |
This method accepts variable number of string arguments, which are the commands passed to native environment and it does not wait for the command operation to complete. It follows promise pattern to receive success and callbacks from native in asynchronous fashion.
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|