Click or drag to resize

WITecTreeNodeGetChild Method

Gets the child node with the provided name. If is it not there, and exception will be thrown.

Namespace: Altaxo.Serialization.WITec
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public WITecTreeNode GetChild(
	string name
)

Parameters

name  String
The name.

Return Value

WITecTreeNode
The child node with the provided name.
Exceptions
ExceptionCondition
InvalidDataExceptionNode FullName is expected to have a child named "{name}"
See Also