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.
vl-load-com does nothing.
If the extensions are already loaded,Return Values
Unspecified.
load function. The Using Extended AutoLISP Functions topic in the AutoLISP Developer's Guide.
The