Registers the entry point of an ADS or ARX application within the Visual LISP environment (VLISP Function)
(vlisp-import-exsubrs '("app-name" "entry-name" ["entry-name"...]))
app-name - base name of the application load module
entry-name - names of application functions to be defined in Visual LISP
Returns:
Indeterminate
Examples:
_$ (VLISP-IMPORT-EXSUBRS '("acadapp.exe" "appload"))
("ACADAPP" "appload" "CSDRAG" "MTPROP" "MTEDIT" "CSFILL" "BHATCH" "BPOLY" "CSIN" "ACAD_COLORDLG" "STARTAPP" "ISMNUGRPLOADED" "INITDIA")