Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Dimensions > Dimensions Assembly Interfaces > IDimIndexInstance
Assembly: Dimensions;
The IDimIndexInstance interface contains properties and methods used to work with indexed dictionary data.
IDimIndexInstance
Property name | Brief description | |
![]() |
Index | The Index property returns structure of dictionary index. |
![]() |
Block | The Block property returns dictionary block where the index is created. |
![]() |
CaseSensitive | The CaseSensitive property returns attribute whether index is case sensitive. |
![]() |
UseInSelection | The UseInSelection property returns the attribute whether index is used on creating the selection. |
Method name | Brief description | |
![]() |
CreateDimIndexLookup | The CreateDimIndexLookup method creates an object used to find dictionary elements. |
![]() |
IndexAttributesValues | The IndexAttributesValues method returns values of attributed included into index, by selected element. |
![]() |
LookUp | The LookUp method searches for dictionary element. |
![]() |
LookUpLevel | The LookUpLevel method searches element in specified dictionary level. |
See also: