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.3179.0 (4.8.3179.0)
Syntax
C#
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