| AppGetObjectT, TI Method (String) |
Get an object
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic TI GetObject<T, TI>(
string id
)
where T : GenericObject, TI
Public Function GetObject(Of T As {GenericObject, TI}, TI) (
id As String
) As TIParameters
- id
- Type: SystemString
Object id
Type Parameters
- T
- The type to get
- TI
- The interface to return
Return Value
Type:
TIThe interface
Implements
IAppGetObjectT, TI(String)
Exceptions
See Also