Click or drag to resize

ProjectItemCollectionBaseTItemGetNameOfChildObject Method

Gets the name of child node.

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

Parameters

o  IDocumentLeafNode
The child node.

Return Value

String
The name of the child node.

Implements

INamedObjectCollectionGetNameOfChildObject(IDocumentLeafNode)
INamedObjectCollectionGetNameOfChildObject(IDocumentLeafNode)
Exceptions
ExceptionCondition
ArgumentNullExceptionThe provided argument docNode was null.
See Also