Function Entry: VL-LIST-EXPORTED-FUNCTIONS
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: VL-LIST-EXPORTED-FUNCTIONS
Name
vl-list-exported-functions
Class
Visual LISP VLX namespace inquiry function
Syntax
(vl-list-exported-functions [appname])
Arguments and Values
appname— optional string naming a loaded VLX application, without the.vlxextension.
Description
Lists functions exported from a separate-namespace VLX application.
Return Values
Returns a list of strings naming exported functions, or nil if none are exported from the specified application.
Notes
- If
appnameis omitted or nil, Autodesk documents that the function returns all exported functions except those exported from VLX namespaces. - Autodesk's newer references say the function is supported on macOS and Web but has no effect there because VLX files are Windows-only.
Availability
- AutoCAD 2026: documented (per Autodesk reference page).
- BricsCAD V26: presumed compatible (no contradicting page found).
- Status: AutoCAD documented; BricsCAD presumed-both pending Phase 4 verification.
Source Notes
- [vl-list-exported-functions (AutoLISP/Visual LISP IDE)](https://help.autodesk.com/cloudhelp/2024/CHS/AutoCAD-AutoLISP-Reference/files/GUID-3D87AA2E-DB4B-4B28-B5A8-04A8183BF8AD.htm)
- [VLX Namespace Functions Reference (AutoLISP)](https://help.autodesk.com/cloudhelp/2023/ENU/AutoCAD-MAC-AutoLISP-Reference/files/GUID-5784FC6F-82DD-4459-879B-6EC3BD5E88D1.htm)