VS:SetCallBackInval
From Vectorworks Developer
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Sets whether or not callbacks should be invalidating portions of the screen that are being changed. This should be used if you need to create temporary objects for calculation purposes and do not want the screen to be redrawn as a resultPROCEDURE SetCallBackInval(
turnInvalOn :BOOLEAN);
def vs.SetCallBackInval(turnInvalOn): return None
Parameters
turnInvalOn BOOLEAN