Click or drag to resize

ICAEXSequenceItem(ValueTupleString, String) Property

Gets the first CAEX object with a specific attribute value from the sequence of elements

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
ICAEXWrapper this[
	(string Name, string Value) attributeValuePair
] { get; }

Parameters

attributeValuePair  ValueTupleString, String
Pair of attribute name and attribute value

Return Value

ICAEXWrapper
the first CAEX object, which matches this condition.
See Also