Click or drag to resize

AddInTreeGetTreeNode(String, Boolean) 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,
	bool throwOnNotFound = true
)

Parameters

path  String
The add-in tree path.
throwOnNotFound  Boolean  (Optional)
A value indicating whether a missing path should raise an exception.

Return Value

AddInTreeNode
The matching add-in tree node, or null if it is not found and exceptions are disabled.
See Also