Click or drag to resize

CAEXWrapperCAEXChild Method

Gets the first child 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
public CAEXWrapper CAEXChild(
	string tagName
)

Parameters

tagName  String
The CAEX tag name of the child.

Return Value

CAEXWrapper
The child, if it exists; otherwise null.

Implements

ICAEXWrapperCAEXChild(String)
See Also