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.3179.0 (4.8.3179.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

[Missing <returns> documentation for "M:Altaxo.AddInItems.IAddInTree.BuildItem(System.String,System.Object)"]

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