|
JavaScript Application Programming Interface (API) for AutoCAD
|
Application.js
function ACAD.Application.addDocWindow(title,url);
|
Parameters |
Description |
|
title |
specifies the title of the window. |
|
url |
specifies the URL address to the HTML document. |
Use this function to open a HTML document window in AutoCAD.
|
Copyright (c) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|