ITsCalculationClass.Current

Fore syntax

Current: ITsCalculationContext;

Fore.NET syntax

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

Parameters

Context. The method execution context. Relevant only for Fore.NET.

Description

This property is read-only.

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

Comments

Using context enables to send user 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