Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IDimIndexInstanceLookup interface contains properties and methods used to find dictionary elements by their index.
IDimIndexInstanceLookup
| Property name | Brief description | |
| Attribute | The Attribute property returns structure of the attribute by which the search can be carried out. | |
| AttributeCount | The AttributeCount property returns the number of attributes by which the search can be carried out. | |
| AttributeValue | The AttributeValue property determines target value of the selected attribute. | |
| Index | The Index property returns parent. | |
| Level | The Level property determines level of dictionary where element is searched. |
| Method name | Brief description | |
| LookUp | The LookUp method searches for elements meeting certain condition and returns an array of found elements. | |
| LookUpFirst | The LookUpFirst method searches for the first element meeting certain condition. |
See also: