Click or drag to resize

BcfDataSetCurrentCalculationPlan Property

[This is preliminary documentation and is subject to change.]

Get the current calculation plan.

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

Return Value

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