AddInTreeImplRemoveAddIn Method |
The specified AddIn is removed to the
AddIns collection.
This is only possible for disabled AddIns, enabled AddIns require
a restart of the application to be removed.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void RemoveAddIn(
AddIn addIn
)
Parameters
- addIn AddIn
[Missing <param name="addIn"/> documentation for "M:Altaxo.AddInItems.AddInTreeImpl.RemoveAddIn(Altaxo.AddInItems.AddIn)"]
Exceptions See Also