Assembly: Ms;
The IMsDimIteratorDimensions interface is used to work with the collection of dimensions, by which iteration is executed.
IMsDimIteratorDimensions
Iterations are performed by multidimensional iterator. To get the collection of dimensions, by which iteration is performed, use the IMsCalculationChainMultiDimIterator.Dimensions property.
Property name | Brief description | |
Count | The Count property returns the number of dimensions in the collection. | |
Item | The Item property returns a dimension with the specified index. |
Method name | Brief description | |
Add | The Add method adds the specified dimension into collection. | |
Clear | The Clear method clears collection of dimensions. | |
FindById | The FindById method searches for a dimension with the specified identifier. | |
FindByKey | The FindByKey method searches for a dimension with the specified key. | |
IndexOf | The IndexOf method returns index of the specified dimension. | |
Move | The Move method moves the dimension into the specified position in the collection. | |
Remove | The Remove method removes a dimension with the specified index. | |
RemoveByKey | The RemoveByKey method removes the dimension with the specified key. |
See also: