The following table provides summary descriptions of the AutoLISP application-handling functions.
Application-handling functions |
|
---|---|
Function |
Description |
( |
Returns a list of the currently loaded ObjectARX applications |
( |
Loads an ObjectARX application |
( |
Unloads an ObjectARX application |
( |
Predefines command names to load an associated ObjectARX file |
( |
Predefines command names to load an associated AutoLISP file |
( |
Forces the display of the next command's dialog box |
( |
Evaluates the AutoLISP expressions in a file |
( |
Starts a Windows application |
( |
Loads a file into all open AutoCAD documents |
( |
Loads a VBA project |
( |
Runs a VBA macro |
( 'func-sym [“local-name” cmd-flags]) |
Adds commands to the AutoCAD built-in command set NoteVLISP
extension: requires vl-load-com
|