Acad.Application.addDocWindow Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.Application.addDocWindow(t, u);
Group
Parameters
Parameter | Description |
---|---|
t | title of the window. |
u | URL address to the HTML document. |
Returns
The Promise
object, then the argument can be used.
Description
Use this function to open a HTML document window in AutoCAD.