Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IDimIndexAttributes interface contains properties and methods of a collection of dictionary index attributes.
The collection of index attributes can be obtained in the IDimIndex.Attributes property.
| Property name | Brief description | |
| Count | The Count property returns the number of attributes used as a base to create dictionary index. | |
| Item | The Item property returns parameters of the attribute included into the index. |
| Method name | Brief description | |
| FindById | The FindById method finds attribute in the index by its identifier. | |
| FindByKey | The FindByKey method finds attribute in the index by its key. |
See also: