Share

Acad.Application.modalDialogCommit Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Application.modalDialogCommit(value);

Group

ACAD Namespace

Parameters

Parameter Description
value boolean value of the commit state

Returns

The Promise object, then the argument can be used.

Description

Use to set the commit state of the modal dialog. Calling this method dismisses the HTML dialog.

It is analogous to the OK or Cancel return value of a dialog.

ACAD Namespace

Was this information helpful?