INamedObjectCollectionGetNameOfChildObject Method |
Retrieves the name of the provided object.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax string? GetNameOfChildObject(
IDocumentLeafNode o
)
Parameters
- o IDocumentLeafNode
- The object for which the name should be found.
Return Value
StringThe name of the object. Null if the object is not found. String.Empty if the object is found but has no name.
See Also