vl-arx-import


(vl-arx-import ['functionName | "applicationName"])

Imports specified functions (defined + exported by ARX/BRX application modules) to the VLX namespace of the calling Lisp function.

Arguments

functionName  name of the function to be imported (string or symbol)

applicationName  the VLX application name (string or symbol)

Return

always returns T

Example

(vl-arx-import)    imports all known ARX/BRX exported functions to the VLX namespace
(vl-arx-import  "brxApp")    imports all functions exported by the "brxApp" application

Remarks

In BricsCAD LISP, all functions exported by ARX/BRX modules are always exported to the the Lisp core namespace, while AutoCAD exports those functions to the document's namespace.

Therefore, under BricsCAD, all ARX/BRX defined functions are always accessible (like any other "native" Lisp function;
(vl-arx-import) is mainly a no-operation under BricsCAD



©  Bricsys NV. All rights reserved.