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