Click or drag to resize

CAEXSequenceTAppend Method

Creates a new CAEX object and appends it to already existing elements in this sequence.

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

Return Value

T
the created CAEX object
Exceptions
ExceptionCondition
SchemaConformanceExceptionraised, when this parent child relation violates the CAEX schema.
See Also