| IAppGetObjectT, TI Method (String) | 
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTI GetObject<T, TI>(
	string id
)
where T : GenericObject, TI
Function GetObject(Of T As {GenericObject, TI}, TI) ( 
	id As String
) As TIParameters
- id
 - Type: SystemString
 
Type Parameters
- T
 - The type to get
 - TI
 - The interface to return
 
Return Value
Type: 
TI
Exceptions
See Also