Click or drag to resize
GenericObjectCreateChildT Method
Creation of child generic object

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public T CreateChild<T>(
	GenericObjectProperties prop,
	GenericObjectProperties propForThis = null
)
where T : GenericObject

Parameters

prop
Type: Qlik.EngineGenericObjectProperties
Properties of the child to create
propForThis (Optional)
Type: Qlik.EngineGenericObjectProperties
Properties of the parent object

Type Parameters

T
Type of the child to create

Return Value

Type: T
The created object

Implements

IGenericObjectCreateChildT(GenericObjectProperties, GenericObjectProperties)
See Also