Creation of child generic object
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
T CreateChild<T>(
GenericObjectProperties prop,
GenericObjectProperties propForThis = null
)
where T : GenericObject
T CreateChild<T>(
GenericObjectProperties prop,
GenericObjectProperties propForThis = null
)
where T : GenericObject
Function CreateChild(Of T As GenericObject) (
prop As GenericObjectProperties,
Optional propForThis As GenericObjectProperties = Nothing
) As T
Function CreateChild(Of T As GenericObject) (
prop As GenericObjectProperties,
Optional propForThis As GenericObjectProperties = Nothing
) As T
- T
Return Value
Type:
T