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) |
Return |
always returns T |
Example |
(vl-arx-import)
imports all known ARX/BRX exported functions to the VLX
namespace |
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. |
© Bricsys NV. All rights reserved. |