Function Entry: VL-ACAD-DEFUN

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VL-ACAD-DEFUN

Name

vl-acad-defun

Class

Visual LISP external-exposure function

Syntax

(vl-acad-defun 'symbol)

Arguments and Values

  • symbol — symbol naming a function.

Description

Defines an AutoLISP function symbol as an external subroutine callable from ObjectARX.

Return Values

Returns an integer success value.

Side Effects

Exposes the designated function to external ObjectARX callers.

Notes

  • Autodesk documents this as useful for non-c: functions that should be callable from external ObjectARX applications.
  • This is part of the host integration boundary rather than portable core language semantics.

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.