Share

Acad.Application.addPalette Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.Application.addPalette(strPaletteName, uriOfHtmlPage);

Group

ACAD Namespace

Parameters

Parameters Description
strPaletteName is the palette name.
uriOfHtmlPage is the url to be rendered.

Returns

The Promise object, then the argument can be used.

Description

Use this method to launch a palette with the specified URL.

ACAD Namespace

Was this information helpful?