AddInTreeImplBuildItem(String, Object) Method |
Builds a single item in the addin tree.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
ObjectThe built item.
Implements
IAddInTreeBuildItem(String, Object)
Exceptions
See Also