Click or drag to resize
AbstractStructureCloneSubstructureAsT Method
Clone a substructure of the abstract structure and interprets it as type T.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public T CloneSubstructureAs<T>(
	string path
)

Parameters

path
Type: SystemString
The qix path to the property to retrieve.

Type Parameters

T
The expected type of the property object.

Return Value

Type: T
The interpreted sub structure, or the default value of the type T if the path can not be found.
See Also