IEstimate.CheckAndRepaint Method

Triggers a full check and repaint of the estimate as if the 'Check and Repaint' button was pressed in QDV.
Sub CheckAndRepaint()
This language is not supported or no code example is available.
void CheckAndRepaint()
This language is not supported or no code example is available.
Remarks
 
This methods refreshes and checks the data from the database. After that, the visible workbooks and other data are repainted. Some operations make changes only to the DB, without repainting. This is for performance reasons, since the CheckAndRepaint method is quite time consuming. You can perform a number of such operations and call CheckAndRepaint only once, when you are done. An example of such a method is ITask.CreateNewSubTask. Read methods documentation to see if a call to CheckAndRepaint is required for them.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition