ICalculationOptions Interface

Represents calculation options in an estimate.
Public Interface ICalculationOptions
This language is not supported or no code example is available.
public interface ICalculationOptions
This language is not supported or no code example is available.
Name Description
Public property AllowDeletionOfMissingKinds When a missing ID is detected in the minutes, enable user to remove it.
Public property AllowOnlyNegativeFiguresInCompensationOfExtraCosts Allow Only Negative figures in compensation of Extra Costs.
Public property AlwaysCalculateBoq Refresh BOQ when ‘Compute All’ is clicked.
Public property AlwaysCalculateEmbeddedWorkbooks Always calculate in-row and minute workbooks which directly depend on values from the overhead.
Public property AlwaysLoadWbsSheet Always refresh WBS sheet in the Overhead before calculation.
Public property AutomaticallyRefreshOverhead Automatically refresh the overhead workbook.
Public property CalculateAfterEditingInMinutes Automatic calculation when editing in minutes.
Public property CalculateAfterInsertDeleteRowsInMinutes Automatic calculation when inserting/deleting rows in minutes.
Public property CalculateAllAfterEveryChange Automatic calculation of selling prices when editing minutes or the WBS.
Public property CheckForSumOfGroups Calculate sum of group quantities.
Public property CompensateImmediatelyInWbs Calculate immediately compensated forced selling prices in the WBS.
Public property CompensateInMinutes Automatic compensation when forced prices are used in minutes.
Public property CompensateInWbs Automatic compensation when forced prices are used in the WBS.
Public property CostAndTimeDetailsForTimeframes Cost and time details for time frames.
Public property Estimate Gets the estimate to which these options belong.
Public property NoAutomaticRefreshOfNomenclatures No automatic refresh of nomenclatures.
Public property PropagateToGroupOnCostCalculation Propagate heading values of groups at cost calculation for columns marked as 'Copy inside group'.
Public property PropagateToGroupOnSellingPriceCalculation Propagate heading values of groups at selling price calculation for columns marked as 'Copy inside group'.
Top
Remarks
 
After you modify any options, you should call IEstimate.CheckAndRepaint method to update the opened estimate.
Version
 
Available since QDV 7.14.516.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition