 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic XElement Append(
TDataType value
)
Public Function Append (
value As TDataType
) As XElement
public:
XElement^ Append(
TDataType value
)
Parameters
- value TDataType
- The value.
Return Value
XElementThe created XML node.
Exceptions
See Also