lisp$enablefastcom


(lisp$enablefastcom  enableFlag)

enables or disables "Fast-COM" feature;
Fast-COM bypasses the Windows COM interface for CAD-built-in COM objects, and therefore gives a significant performance advantage for (vla) and (vlax) functions

Arguments

enableFlag  T enables, NIL disables the "Fast-COM" feature

Return

currently active status, after function call

Example

(vle-fastcom t)    enables "Fast-COM" mode
(vle-fastcom nil) disables "Fast-COM" mode - i.e. for troubleshooting

Alias


Remarks

this function is deprecated; please use (vle-fastcom)



©  Bricsys NV. All rights reserved.