INamedObjectCollectionGetChildObjectNamed Method |
retrieves the object with the name
.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IDocumentLeafNode? GetChildObjectNamed(
string name
)
Parameters
- name String
- The objects name.
Return Value
IDocumentLeafNodeThe object with the specified name.
See Also