ViewWindow.BeginBatchUpdate() Method

Top 

Description

This method marks the beginning of a period where any update to the window will be queued and only processed when the ViewWindow.EndBatchUpdate method is called.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

ViewWindow.BeginBatchUpdate(

)

 

 

Syntax

myViewWindow1.BeginBatchUpdate();

 

 

See also

ViewWindow Object

ViewWindow Guide