Click or drag to resize

BcfDataSetCurrentCalculationPlan Property

Get the current calculation plan.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfCalculationPlanSnapshot CurrentCalculationPlan { get; }

Return Value

Type: BcfCalculationPlanSnapshot
The current calculation plan. The value is always except between OnBeginCompute(Boolean) and OnEndCompute(Boolean).
Remarks
See Also