The IStandardDimLevels interface contains properties and methods of a collection of table dictionary levels.
Property name | Brief description | |
Count | The Count property returns the number of levels in table dictionary. | |
Item | The Item property returns an object containing table dictionary level. |
Method name | Brief description | |
Add | The Add method adds a new level to the dictionary. | |
FindByKey | The FindByKey method searches dictionary level by its key. | |
Remove | The Remove method removes dictionary level by its index. |
See also: