Click or drag to resize

AddInTreeImplBuildItem(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#
public 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.

Implements

IAddInTreeBuildItem(String, Object)
Exceptions
ExceptionCondition
TreePathNotFoundExceptionThe path does not exist or does not point to an item.
See Also