IAlgorithmCalculationResult.Errors

Syntax

Errors: IStringList;

Description

The Errors property returns the list of error or warning messages.

Comments

The list of error messages is set using the IMsProblemCalculationCallback.OnError method, and the list of warning messages is set using the IMsProblemCalculationCallback.OnWarning method.

Example

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

See also:

IAlgorithmCalculationResult