| GenericObjectDefPathAtIndex Method (Int32) | 
            Converts an existing index to its equivalent path value
            
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic string DefPathAtIndex(
	int index
)
Public Function DefPathAtIndex ( 
	index As Integer
) As String
Parameters
- index
 - Type: SystemInt32
index to HyperCube/ListObject definition 
Return Value
Type: 
Stringpath to HyperCube/ListObject definition
Implements
IGenericObjectDefPathAtIndex(Int32)
See Also