PlotWindow.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 PlotWindow.EndBatchUpdate method is called.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

PlotWindow.BeginBatchUpdate(

)

 

 

Syntax

myPlotWindow1.BeginBatchUpdate();

 

 

See also

PlotWindow Object

PlotWindow Guide