QDVEstimate.Check_And_Repaint Method

Triggers a full check and repaint of the estimate as if the 'Check and Repaint' button was pressed in QDV.
public void Check_And_Repaint()
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 IEstimate.CheckAndRepaint method is quite time consuming. You can perform a number of such operations and call IEstimate.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 IEstimate.CheckAndRepaint is required for them.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition