Dimensions > Dimensions Assembly Interfaces > IUserDimIndexes
The IUserDimIndexes interface contains properties and methods of a collection of calculated dictionary's indexes.
Property name | Brief description | |
![]() |
Count | The Count property returns the number of indexes in calculated dictionary. |
![]() |
Item | The Item property returns an object containing index of calculated dictionary. |
![]() |
PrimaryIndex | The PrimaryIndex property returns primary index for calculated dictionary. |
Method name | Brief description | |
![]() |
Add | The Add method adds an index to calculated dictionary. |
![]() |
Clear | The Clear method removes all indexes of a calculated dictionary. |
![]() |
FindByKey | The FindByKey method searches and returns an object containing calculated dictionary index. |
![]() |
Remove | The Remove method removes calculated dictionary index by its number. |
![]() |
RemoveByKey | TheRemoveByKey method removes calculated dictionary's index by its key. |
See also: