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