Click or drag to resize

CaexObjectWithReferenceTAddChild Method

Appends a new element of the same type as this instance as a child element

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public T AddChild(
	string name
)

Parameters

name  String
The name of the appended child.

Return Value

T
The added child element.
See Also