Click or drag to resize

ProjectItemCollectionBaseTItemGetChildObjectNamed Method

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

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

Parameters

name  String
The child nodes name.

Return Value

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

Implements

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