Click or drag to resize

SuspendableDocumentNodeGetNameOfChildObject Method

Gets the name of child node.

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

Parameters

docNode  IDocumentLeafNode
The child node.

Return Value

String
The name of the child node.

Implements

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