Click or drag to resize

ICAEXWrapperCAEXChildren Method

Gets all children of this CAEX object with the defined CAEX tag name.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
IEnumerable<CAEXWrapper> CAEXChildren(
	string tagName
)

Parameters

tagName  String
The CAEX tag name of the child.

Return Value

IEnumerableCAEXWrapper
The children, if existing; otherwise Enumerable.Empty.
See Also