AddInTreeImplInsertAddIn Method |
The specified AddIn is added to the
AddIns collection.
If the AddIn is enabled, its doozers, condition evaluators and extension
paths are added to the AddInTree and its resources are added to the
IResourceService.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void InsertAddIn(
AddIn addIn
)
Parameters
- addIn AddIn
[Missing <param name="addIn"/> documentation for "M:Altaxo.AddInItems.AddInTreeImpl.InsertAddIn(Altaxo.AddInItems.AddIn)"]
See Also