The ICustomDimLevels interface contains properties and methods to work with level collection of created dictionary.
The ICustomDimension.Levels property returns collection of levels.
| Property name | Brief description | |
| Count | The Count property returns number of levels in collection. | |
| Item | The Item property returns parameters of the specified level. |
| Method name | Brief description | |
| Add | The Add method adds a new level. | |
| Clear | The Clear method clears all dictionary levels. | |
| FindByKey | The FindByKey method searches level by its key. | |
| Remove | The Remove method removes a level by its index. |
See also: