AddInTreeImplBuildItem(String, Object) Method |
Builds a single item in the addin tree.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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[Missing <returns> documentation for "M:Altaxo.AddInItems.AddInTreeImpl.BuildItem(System.String,System.Object)"]
Implements
IAddInTreeBuildItem(String, Object)Exceptions See Also