The IStandardDimBlocks interface contains properties and methods of a collection of table dictionary blocks. The collection lists first standard, next recursive dictionary blocks.
| Property name | Brief description | |
| Count | The Count property returns the number of table dictionary blocks. | |
| Item | The Item property returns an object containing table dictionary block. |
| Method name | Brief description | |
| Add | The Add method adds a table dictionary block. | |
| Clear | The Clear method removes all table dictionary blocks. | |
| FindByKey | The FindByKey method searches an object containing table dictionary block by its key. | |
| Remove | The Remove method removes table dictionary block by its index. | |
| RemoveByKey | The RemoveByKey method removes table dictionary block by its key. |
See also: