VS:SetCallBackInval

From Vectorworks Developer
Revision as of 14:37, 12 August 2013 by Root (talk | contribs) (1 revision)
Jump to navigation Jump to search

.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 result.

Note: as of version 9.0, SetCallBackInval now also turns worksheet and worksheet image updating on and off. Use ResetObject to force a redraw of a worksheet or worksheet image.

PROCEDURE SetCallBackInval(
turnInvalOn :BOOLEAN);
def vs.SetCallBackInval(turnInvalOn):
    return None

Parameters

turnInvalOn BOOLEAN

Version

Availability: from All Versions

This is drop-in function.