WITecTreeNodeGetChild Method |
Gets the child node with the provided name. If is it not there, and exception will be thrown.
Namespace: Altaxo.Serialization.WITecAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic WITecTreeNode GetChild(
string name
)
Parameters
- name String
- The name.
Return Value
WITecTreeNodeThe child node with the provided name.
Exceptions
See Also