ITsCalculationClass.Current

Syntax

Current: ITsCalculationContext;

Description

The Current property returns the current context of the custom calculation method.

Comments

Using context enables the user to send messages, warnings and errors occurring during custom method calculation.

Example

The property use is given in the example for ITsCalculationContext.CalculationType.

See also:

ITsCalculationClass