Click or drag to resize

IAddInTreeBuildItem(String, Object) Method

Builds a single item in the addin tree.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Object BuildItem(
	string path,
	Object? parameter
)

Parameters

path  String
A path to the item in the addin tree.
parameter  Object
A parameter that gets passed into the doozer and condition evaluators.

Return Value

Object
The built item.
Exceptions
ExceptionCondition
TreePathNotFoundExceptionThe path does not exist or does not point to an item.
See Also