 | 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.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxICAEXWrapper Prepend(
params (string , Object )[] attributeValueTuples
)
Function Prepend (
ParamArray attributeValueTuples As ( As String, As Object)()
) As ICAEXWrapper
ICAEXWrapper^ Prepend(
... array<ValueTuple<String^, Object^>>^ attributeValueTuples
)
Parameters
- attributeValueTuples ValueTupleString, Object
- The attribute value tuples.
Return Value
ICAEXWrapperThe created CAEX object.
See Also