Acad.Application.addPalette Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.Application.addPalette(strPaletteName, uriOfHtmlPage);
Group
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.