Loads Visual LISP extensions to AutoLISP
(vl-load-com)
This function loads the extended AutoLISP functions provided with Visual LISP. The Visual LISP extensions implement ActiveX and AutoCAD reactor support through AutoLISP, and also provide ActiveX utility and data conversion functions, dictionary handling functions, and curve measurement functions.
If the extensions are already loaded, vl-load-com does nothing.
See Also
-
The load function. The
Using Extended AutoLISP Functions topic in the AutoLISP Developer's Guide.