The IDimElementArray interface contains properties and methods of elements' array.
| Property name | Brief description | |
| Count | The Count property returns the number of array elements. | |
| Element | The Element property returns element index in the dictionary by element index in the array. | |
| Elements | The Elements property returns an object containing all dictionary elements. |
| Method name | Brief description | |
| Add | The Add method adds dictionary element to array. | |
| Clear | The Clear method clears elements' array. | |
| CopyTo | The CopyTo method copies an array of elements to consumer. | |
| CreateCopy | The CreateCopy method creates a copy of element array. | |
| Find | The Find method searches dictionary element in an array. | |
| Iterator | The Iterator method creates an iterator container. | |
| Remove | The Remove method removes element with specified index from the array. | |
| Selection | The Selection method creates dictionary selection consisting of array elements. |
See also: