ICustomDimLevels

Description

The ICustomDimLevels interface contains properties and methods to work with level collection of created dictionary.

Comments

The ICustomDimension.Levels property returns collection of levels.

Properties

  Property name Brief description
Count The Count property returns number of levels in collection.
Item The Item property returns parameters of the specified level.

Methods

  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:

Dimensions Assembly Interfaces