Click or drag to resize
IAppGetObjectT, TI Method (String)
Get an object

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
TI GetObject<T, TI>(
	string id
)
where T : GenericObject, TI

Parameters

id
Type: SystemString
Object id

Type Parameters

T
The type to get
TI
The interface to return

Return Value

Type: TI
The interface
Exceptions
ExceptionCondition
Exception
TimeoutException
See Also