Click or drag to resize

AddInTreeBuildItemsT Method

Builds all items at the specified add-in tree path.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static List<T> BuildItems<T>(
	string path,
	Object? parameter,
	bool throwOnNotFound = true
)

Parameters

path  String
The add-in tree path.
parameter  Object
The parameter passed to the doozer and condition evaluators.
throwOnNotFound  Boolean  (Optional)
A value indicating whether a missing path should raise an exception.

Type Parameters

T
The expected item type.

Return Value

ListT
The built items.
See Also