Returns a string that contains the current AutoLISP version number
Defines an AutoLISP function symbol as an external subroutine
Undefines an AutoLISP function symbol so it is no longer available to ObjectARX applications
Imports ObjectARX/ADSRX functions into a separate-namespace VLX
Returns the value of a variable from the blackboard namespace
Passes a list of arguments to a specified function and traps any exceptions
Determines whether an argument is an error object returned from vl-catch-all-apply
Retrieves the value of a variable from the current document's namespace
Sets the value of a variable in the current document's namespace
Checks whether the predicate is true for every element combination
Passes control from a VLX error handler to the *error* function of the calling namespace
Returns a value to the function that invoked the VLX from another namespace
Returns the name of a file, after stripping out the directory path and extension
Returns the directory path of a file, after stripping out the name and extension
Returns the extension from a file name, after stripping out the rest of the name
Calculates a unique file name to be used for a temporary file
Combines the characters associated with a list of integers into a string
Returns a list of all separate-namespace VLX files associated with the current document
Loads a file into all open AutoCAD documents, and into any document subsequently opened during the current AutoCAD session
Determines if the predicate is true for one of the list members
Determines if the predicate is nil for one of the list members
Returns the string representation of LISP data as if it were output by the prin1 function
Returns the string representation of LISP data as if it were output by the princ function
Copies the value of a variable into all open document namespaces (and sets its value in any subsequent drawings opened during the current AutoCAD session)
Deletes the specified key or value from the Windows registry
Returns a list of subkeys or value names for the specified registry key
Returns data stored in the Windows registry for the specified key/value pair
Returns all elements of the supplied list that fail the test function
Returns all elements of the supplied list that pass the test function
Checks whether the predicate is not nil for one element combination
Sorts the elements in a list according to a given compare function
Sorts the elements in a list according to a given compare function, and returns the element index numbers
Returns the ASCII representation of the character at a specified position in a string
Removes the specified characters from the beginning of a string
Returns the length of the longest common prefix for two strings, starting at specified positions
Looks for a character with the specified ASCII code in a string
Replaces characters in a string with a specified set of characters
Removes the specified characters from the beginning and end of a string
Unload a VLX application that is loaded in its own namespace
Determines whether a separate-namespace VLX is currently loaded
Returns the point (in WCS) on a curve that is nearest to the specified point
Returns the closest point (in WCS) on a curve after projecting the curve onto a plane
Returns the length of the curve's segment from the curve's beginning to the specified parameter
Returns the length of the curve's segment between the curve's start point and the specified point
Returns the first derivative (in WCS) of a curve at the specified location
Returns the parameter of a curve at the specified distance from the beginning of the curve
Returns the point (in WCS) along a curve at the distance specified by the user
Returns the point at the specified parameter value along a curve
Returns the second derivative (in WCS) of a curve at the specified location
Determines if the specified curve is closed (that is, the start point is the same as the endpoint)
Determines if the specified curve has an infinite range in both directions and there is a period value dT, such that a point on the curve at (u + dT) = point on curve (u), for any parameter u
Lists an object's properties, and optionally, the methods that apply to the object
Iterates through a collection of objects, evaluating each expression
Retrieves the top level AutoCAD application object for the current AutoCAD session
Returns a running instance of an application object, or creates a new instance if the application is not currently running
Returns the lower boundary (starting index) of a dimension of an array
Returns the upper boundary (end index) of a dimension of an array
Returns a suitable representation for a 4 x 4 transformation matrix to be used in VLA methods
Determines whether TypeLib information is present for the specified type of object
Returns the value of a variant after changing it from one data type to another
Constructs a reactor object that notifies when an object is added to, modified in, or erased from a drawing database
Constructs an editor reactor that notifies of a command event
Returns the name (symbol) of the current event, if called from within a reactor's callback
Overwrites application-specific data associated with a reactor
Constructs an editor reactor object that notifies of a deep clone event
Constructs a reactor object that notifies of events relating to drawing documents
Constructs an editor reactor object that notifies of a drawing event (for example, opening or closing a drawing file)
Constructs an editor reactor object that notifies of an event related to reading or writing a DXF file
Constructs an editor reactor object that notifies of an event related to block insertion
Constructs a reactor object that notifies your application every time an ObjectARX application is loaded or unloaded
Constructs an editor reactor object that notifies of a LISP event
Constructs an editor reactor object that does not fall under any other editor reactor types
Constructs an editor reactor object that notifies of a mouse event (for example, a double-click)
Determines whether or not a reactor will fire if its associated namespace is not active
Removes an object from the list of owners of an object reactor
Returns a list of persistent reactors in the current drawing document
Returns a list of all possible callback conditions for this reactor type
Returns a list of pairs (event-name . callback_function) for the reactor
Defines whether a reactor's callback function will execute if its associated namespace is not active
Constructs an editor reactor object that notifies of a change to a system variable
Constructs an editor reactor object that notifies of a change to the bitmaps in a toolbar
A predefined callback function that prints one or more callback arguments in the Trace window
Constructs an editor reactor object that notifies of an undo event
Constructs an editor reactor object that notifies of an event related to writing a block
Constructs an editor reactor object that notifies of an event related to moving or sizing an AutoCAD window
Constructs an editor reactor object that notifies of an event related to attaching or modifying XREFs
Returns a list of viewport descriptors for the current viewport configuration