Click or drag to resize

ValueSequenceTDataTypeAppend Method

Creates a new CAEX object and appends it to the value sequence. The value of the appended object is set to the provided value.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public XElement Append(
	TDataType value
)

Parameters

value  TDataType
The value.

Return Value

XElement
The created XML node.
Exceptions
ExceptionCondition
SchemaConformanceExceptionThe element could not be appended.
See Also