JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AuotoCAD.js
function Acad.Application.activedocument.addPalette(strPaletteName,uriOfHtmlPage);
Parameters |
Description |
strPaletteName |
is the palette name. |
uriOfHtmlPage |
is the url to be rendered. |
Use this method to launch a palette with the specified URL.
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|