AddInTreeGetTreeNode(String, Boolean) Method |
Gets the add-in tree node for the specified path.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static AddInTreeNode? GetTreeNode(
string path,
bool throwOnNotFound = true
)
Parameters
- path String
- The add-in tree path.
- throwOnNotFound Boolean (Optional)
- A value indicating whether a missing path should raise an exception.
Return Value
AddInTreeNodeThe matching add-in tree node, or
null if it is not found and exceptions are disabled.
See Also