AddInTreeImplGetTreeNode(String, Boolean) Method |
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public AddInTreeNode? GetTreeNode(
string path,
bool throwOnNotFound
)
Parameters
- path String
- The path of the AddIn tree node
- throwOnNotFound Boolean
-
If set to true, this method throws a
TreePathNotFoundException when the path does not exist.
If set to false, null is returned for non-existing paths.
Return Value
AddInTreeNode[Missing <returns> documentation for "M:Altaxo.AddInItems.AddInTreeImpl.GetTreeNode(System.String,System.Boolean)"]
Implements
IAddInTreeGetTreeNode(String, Boolean)See Also