Acad.Promise.then Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.Promise.then(success, error);
Group
Parameters
| Parameter | Description |
|---|---|
| success | Function pointer call at the time of success/cancel. |
| error | Function pointer call at the time of error. |
Description
Use this function to register a callback.