IMsDimIterateByDataOptions.Active

Syntax

Active: Boolean;

Description

The Active property determines whether iteration by data is used.

Comments

Available values:

The use of iteration by data impacts only the calculation speed. If a matrix with data is sparse (little data), the calculation speed will be greater if the property is set to True. If matrix is full (a lot of data), the calculation speed will be greater if the property is set to False.

Input data matrix is set by the IMsDimIterateByDataOptions.Stubs property.

Example

The property use is given in the example for IMsCalculationChainMultiDimIterator.IterateByData.

See also:

IMsDimIterateByDataOptions