Click or drag to resize

CAEXSequenceOfCAEXObjectsTAppend(String) Method

Creates a new CAEX object with the specified name and appends it to the sequence.

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

Parameters

name  String
the name of the CAEX object. If a IUniqueName

Return Value

T
the created CAEX object.
See Also