 | CAEXWrapperCAEXChildren Method |
Gets all children of this CAEX object with the defined CAEX tag name.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic IEnumerable<CAEXWrapper> CAEXChildren(
string tagName
)
Public Function CAEXChildren (
tagName As String
) As IEnumerable(Of CAEXWrapper)
public:
virtual IEnumerable<CAEXWrapper^>^ CAEXChildren(
String^ tagName
) sealed
Parameters
- tagName String
- The CAEX tag name of the child.
Return Value
IEnumerableCAEXWrapperThe children, if existing; otherwise
Enumerable.Empty.
Implements
ICAEXWrapperCAEXChildren(String)
See Also