AddInTreeGetTreeNode(String) 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
)
Parameters
- path String
- The add-in tree path.
Return Value
AddInTreeNodeThe matching add-in tree node.
See Also