vl-acad-defun (AutoLISP)

Defines an AutoLISP function symbol as an external subroutine

(vl-acad-defun 'symbol)

Arguments

symbol

A symbol identifying a function.

If a function does not have the c: prefix, and you want to be able to invoke this function from an external ObjectARX application, you can use vl-acad-defun to make the function accessible.

Return Values

Unspecified.