 | ICAEXWrapperCAEXChild Method |
Gets the first child of this CAEX object with the defined CAEX tag name.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxCAEXWrapper CAEXChild(
string tagName
)
Function CAEXChild (
tagName As String
) As CAEXWrapper
CAEXWrapper^ CAEXChild(
String^ tagName
)
Parameters
- tagName String
- The CAEX tag name of the child.
Return Value
CAEXWrapperThe child, if it exists; otherwise
null.
See Also