Active: Boolean;
The Active property determines whether iteration by data is used.
Available values:
True. Iteration by data is applied.
False. Iteration by data is not applied.
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.
The property use is given in the example for IMsCalculationChainMultiDimIterator.IterateByData.
See also: