Click or drag to resize

IBcfParameterGetSource Method

In experimental state. Do not use in production.

Evaluates the source of a parameter.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
Object GetSource(
	BcfRow calculatingRow,
	BcfGetParameterSourceOption sourceOption,
	BcfGetParameterResultOption resultOption,
	bool allowUnchecked
)

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
The root row to start evaluating linked rows.
sourceOption
Type: CalculationWorks.BusinessModelBcfGetParameterSourceOption
Specifies the source option.
resultOption
Type: CalculationWorks.BusinessModelBcfGetParameterResultOption
Specifies the result option.
allowUnchecked
Type: SystemBoolean
to allow using optimizer cells to evaluate related rows and to skip some checks.

Return Value

Type: Object
The parameter source.
See Also