AddInTreeImplGetTreeNode(String) Method |
Gets the
AddInTreeNode representing the specified path. An exception will be thrown if the node is not found.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic AddInTreeNode GetTreeNode(
string path
)
Parameters
- path String
- The path of the AddIn tree node
Return Value
AddInTreeNodeThe add-in tree node for the specified path.
See Also