MsProblemCalculationOptions

Description

The MsProblemCalculationOptions enumeration is used to determine additional parameters of modeling problem calculation.

It is used by the following property:

Available Values

Value Brief description
0 None. Additional parameters are not used.
1 SkipOutputDataLoad. Do not load data by output variables.
2 CacheCoords. Cache variable slice coordinates.
4 AllowEmptySelection. Empty selection in the output variable is allowed.

Comments

To apply several additional parameters, specify required values of the MsProblemCalculationOptions enumeration using Or.

See also:

Ms Assembly Enumerations