IGenericObjectDefPathAtIndex Method (Int32) |
Converts existing index values to their equivalent path values
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax string[] DefPathAtIndex(
int[] indexes
)
Function DefPathAtIndex (
indexes As Integer()
) As String()
Parameters
- indexes
- Type: SystemInt32
array with indexes to HyperCube/ListObject definitions
Return Value
Type:
Stringarray of paths to HyperCube/ListObject definitions
See Also