IEstimateVersion.ComputeAll Method

Computes costs and selling prices.
Sub ComputeAll( _ 
Optional ByVal ForceComputeAll As Boolean = False, _ 
Optional ByVal ForceSynchroManagement As Boolean = False _ 
)
This language is not supported or no code example is available.
void ComputeAll( 
bool ForceComputeAll = False, 
bool ForceSynchroManagement = False 
)
This language is not supported or no code example is available.

Parameters

ForceComputeAll
bool

If true, then the forced calculation is done, regardless of whether the data in a row is already correctly computed or not. If false, then the calculation is done only for rows that are internally marked as "not computed" yet.

ForceSynchroManagement
bool

Indicates whether the synchronization to Project management is forced (mandatory).

Exception type Condition

QdvApiException

A problem occurred.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition