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 .vlx extension.

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 appname is 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.