The IUserDimBlocks interface contains properties and methods of a collection of calculated dictionary's blocks.
Property name | Brief description | |
Count | The Count property returns the number of blocks in calculated dictionary. | |
Item | The Item property returns an object containing a block of calculated dictionary. |
Method name | Brief description | |
Add | The Add method adds a calculated dictionary's block. | |
Clear | The Clear method removes all blocks of calculated dictionary. | |
FindByKey | The FindByKey method searches and returns an object containing calculated dictionary's block by block key. | |
Remove | The Remove method removes calculated dictionary's block by its index. | |
RemoveByKey | The RemoveByKey method removes calculated dictionary's block by its key. |
See also: