 | ICAEXSequenceItem(ValueTupleString, String) Property |
Gets the first CAEX object with a specific attribute value from the sequence of elements
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxICAEXWrapper this[
(string Name, string Value) attributeValuePair
] { get; }
ReadOnly Default Property Item (
attributeValuePair As (Name As String, Value As String)
) As ICAEXWrapper
Get
property ICAEXWrapper^ default[ValueTuple<String^, String^> attributeValuePair] {
ICAEXWrapper^ get (ValueTuple<String^, String^> attributeValuePair);
}
Parameters
- attributeValuePair ValueTupleString, String
- Pair of attribute name and attribute value
Return Value
ICAEXWrapperthe first CAEX object, which matches this condition.
See Also