Share

Acad.Application.showModalDialog Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Application.showModalDialog(value);

Group

ACAD Namespace

Parameters

Parameter Description
value specifies the URL to be rendered.

Returns

The Promise object, then the argument can be used.

Description

Use this function to launch a modal dialog with the specified URL.

ACAD Namespace

Was this information helpful?