Click or drag to resize

SuspendableDocumentNodeGetChildObjectNamed Method

Retrieves the child node of this instance with the name
C#
name
.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IDocumentLeafNode? GetChildObjectNamed(
	string name
)

Parameters

name  String
The child nodes name.

Return Value

IDocumentLeafNode
The child node with the specified name, or
C#
null
if no such node exists.

Implements

INamedObjectCollectionGetChildObjectNamed(String)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe specified name was null.
See Also