setattr_begin#
- ENS_QUERY.setattr_begin() None #
Signal bulk attribute update begin
By default, EnSight will update the display with every attribute change. If a lot of changes are to be made, this can slow execution down. Putting a collection of changes inside of a setattr_begin()/setattr_end() pair of calls will defer the update until the setattr_end() call is made.