Click or drag to resize

INamedObjectCollectionGetNameOfChildObject Method

Retrieves the name of the provided object.

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

Parameters

o  IDocumentLeafNode
The object for which the name should be found.

Return Value

String
The name of the object. Null if the object is not found. String.Empty if the object is found but has no name.
See Also