IAlgorithmCalculationResult.Warnings

Syntax

Warnings: IStringList;

Description

The Warnings property returns the warnings list.

Comments

The warnings list is determined on executing the IMsProblemCalculationCallback.OnWarning method.

Example

The property use is given in the example for IAlgorithmCalculationResult.HasWarnings.

See also:

IAlgorithmCalculationResult