Click or drag to resize

AddInTreeGetTreeNode(String) Method

Gets the add-in tree node for the specified path.

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

Parameters

path  String
The add-in tree path.

Return Value

AddInTreeNode
The matching add-in tree node.
See Also