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.3179.0 (4.8.3179.0)
Syntax public AddInTreeNode GetTreeNode(
string path
)
Parameters
- path String
- The path of the AddIn tree node
Return Value
AddInTreeNode[Missing <returns> documentation for "M:Altaxo.AddInItems.AddInTreeImpl.GetTreeNode(System.String)"]
See Also