ITsCalculationClass.Current

Fore Syntax

Current: ITsCalculationContext;

Fore.NET Syntax

Current[Context: Prognoz.Platform.Interop.Fore.IForeRuntimeContext]: Prognoz.Platform.Interop.Transform.ITsCalculationContext;

Parameters

Context. Method execution context. It is relevant only for Fore.NET.

Description

The property is read-only.

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.

Fore and Fore.NET Examples

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

See also:

ITsCalculationClass