Add(Instance: IDimInstance): IMsDimIteratorDimension;
Add(Instance: Prognoz.Platform.Interop.Dimensions.IDimInstance): Prognoz.Platform.Interop.Ms.IMsDimIteratorDimension;
Instance. Added dimension.
The Add method adds the specified dimension into collection.
To delete the specified dimension from the collection, use the IMsDimIteratorDimensions.Remove and IMsDimIteratorDimensions.RemoveByKey methods.
The method use is given in the example for IMsCalculationChainMultiDimIterator.IterateByData.
See also: