IStatMethod.WarningsNumbers

Fore Syntax

WarningsNumbers: Array;

Fore.NET Syntax

WarningsNumbers: System.Array;

Description

The WarningsNumbers property returns numbers of warnings that occurred at the method calculation.

Comments

Warning numbers are returned as an array of integers. Use the IStatMethod.WarningByStatus property to get warning text by the warning number.

Fore and Fore.NET Examples

The property use is given in the example for IStatMethod.WarningByStatus.

See also:

IStatMethod