Loads the extended AutoLISP functions related to ActiveX support
Supported Platforms: Windows only; not available on Mac OS or Web
Signature
(vl-load-com)
No arguments.
Return Values
Type: nil
Always returns nil.
Remarks
This function loads the extended functions that implement ActiveX and AutoCAD reactor support for AutoLISP, and also provide ActiveX utility and data conversion, dictionary handling, and curve measurement functions.
If the extensions are already loaded, vl-load-com does nothing.
Examples
(vl-load-com)