IMsCalculationChainMultiDimIterator.MultiThreaded

Syntax

MultiThreaded: Boolean;

Description

The MultiThreaded property determines whether multithreaded calculation of multidimensional iterator is used.

Comments

Multithreaded calculation is available in systems with multi-core processors and is used to speed up multidimensional iterator calculation if calculation takes too long.

To determine the number of threads, use the IMsProblemCalculationSettings.AvailableThreads property. The number of threads is equal to the number of processor cores by default.

Available values:

NOTE. If the IMsProblemCalculationSettings.AvailableThreads property is set to False, it does not affect the number of threads used for multidimensional iterator calculation.

Example

The property use is given in the example for IMsProblemCalculationSettings.AvailableThreads.

See also:

IMsCalculationChainMultiDimIterator