vle-fastcom


(vle-fastcom  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 is effective only with BricsCAD, otherwise it is a No-Operation; can be used for trouble-shooting



©  Bricsys NV. All rights reserved.