IndexOfDefPath Method
Overloads
| IndexOfDefPath(String) | Converts an existing path to its equivalent index value | |
| IndexOfDefPath(String[]) | Converts existing paths to their equivalent index values | 
IndexOfDefPath(String)
Converts an existing path to its equivalent index value
Declaration
      int IndexOfDefPath(string defPath)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | defPath | path to HyperCube/ListObject definition | 
Returns
| Type | Description | 
|---|---|
| System.Int32 | index to HyperCube/ListObject definition | 
IndexOfDefPath(String[])
Converts existing paths to their equivalent index values
Declaration
      int[] IndexOfDefPath(string[] defPaths)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String[] | defPaths | array of paths to HyperCube/ListObject definitions | 
Returns
| Type | Description | 
|---|---|
| System.Int32[] | array with indexes to HyperCube/ListObject definitions |