vl-load-all

AutoCad AutoLISP Functions

 
vl-load-all
 
 
 

Loads a file into all open AutoCAD documents, and into any document subsequently opened during the current AutoCAD session

(vl-load-all filename) 

Arguments

filename

A string naming the file to be loaded. If the file is in the AutoCAD support file search path, you can omit the path name, but you must always specify the file extension; vl-load-all does not assume a file type.

Return Values

Unspecified. If filename is not found, vl-load-all issues an error message.

Examples

_$ (vl-load-all "c:/my documents/visual
lisp/examples/whichns.lsp")
nil
_$ (vl-load-all "yinyang.lsp")
nil