Share

Acad.Promise.then Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Promise.then(success, error);

Group

ACAD Namespace

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.

ACAD Namespace

Was this information helpful?