Click or drag to resize
AbstractStructureCloneAsT Method
Clone object to another AbstractStructure type.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public T CloneAs<T>()
where T : new(), AbstractStructure

Type Parameters

T
The target type

Return Value

Type: T
The clone
See Also