The IMDCalculationSlices interface contains properties and methods that are used to work with the collection of data source or data consumer dimensions.
Property name | Brief description | |
Count | The Count property returns the number of data source or data consumer dimensions. | |
Item | The Item property returns dimension parameters. |
Method name | Brief description | |
Add | The Add method creates a new data source or data consumer dimension. | |
Clear | The Clear method deletes all data source or data consumer dimensions. | |
FindById | The FindById method searches for a dimension by its identifier. | |
FindByKey | The FindByKey method searches for a dimension by its key. | |
Move | The Move method moves all data source or data consumer dimensions. | |
Remove | The Remove method removes dimension by its index. | |
RemoveByKey | The RemoveByKey method removes dimension by its key. |
See also: