Click or drag to resize

ICAEXSequencePrepend(ValueTupleString, Object) Method

Creates a new CAEX object and prepends it to already existing elements. The content of the new element can be defined using an array of tuples defining attribute names and their values.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
ICAEXWrapper Prepend(
	params (string , Object )[] attributeValueTuples
)

Parameters

attributeValueTuples  ValueTupleString, Object
The attribute value tuples.

Return Value

ICAEXWrapper
The created CAEX object.
See Also