Click or drag to resize

AddInTreeImplGetTreeNode(String) Method

Gets the AddInTreeNode representing the specified path. An exception will be thrown if the node is not found.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AddInTreeNode GetTreeNode(
	string path
)

Parameters

path  String
The path of the AddIn tree node

Return Value

AddInTreeNode
The add-in tree node for the specified path.
See Also