The following table provides summary descriptions of the AutoLISP query and command functions.
Query and command functions |
|
---|---|
Function |
Description |
( |
Displays the standard AutoCAD Color Selection dialog box |
( |
Invokes the Help facility (obsolete) |
( |
Executes an AutoCAD command |
( |
Retrieves application data from the AppData section of the acad*.cfg file |
( |
Retrieves the localized or English name of an AutoCAD command |
( |
Returns the string value assigned to an environment variable |
( |
Retrieves the value of an AutoCAD system variable |
( [command]]]) |
Invokes the Help facility |
( |
Writes application data to the AppData section of the acad*.cfg file |
( |
Sets an environment variable to a specified value |
( ["helpfile" ["topic" ["command"]]]) |
Registers a user-defined command with the Help facility so the appropriate help file and topic are called when the user requests help on that command |
( |
Sets an AutoCAD system variable to a specified value |
( |
Returns a string that contains the current AutoLISP version number |
( |
Executes an AutoCAD command after evaluating arguments |
( func-sym [local-name cmd-flags]) |
Adds commands to a group NoteVLISP
extension: requires vl-load-com
|
( |
Removes a single command or command group NoteVLISP
extension: requires vl-load-com
|