 | CAEXWrapperCAEXChild 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
Syntaxpublic CAEXWrapper CAEXChild(
string tagName
)
Public Function CAEXChild (
tagName As String
) As CAEXWrapper
public:
virtual CAEXWrapper^ CAEXChild(
String^ tagName
) sealed
Parameters
- tagName String
- The CAEX tag name of the child.
Return Value
CAEXWrapperThe child, if it exists; otherwise
null.
Implements
ICAEXWrapperCAEXChild(String)
See Also