AddInManagerRemoveExternalAddIns Method |
Removes the specified external AddIns from the list of registered external
AddIns.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void RemoveExternalAddIns(
IList<AddIn> addIns
)
Parameters
- addIns IListAddIn
[Missing <param name="addIns"/> documentation for "M:Altaxo.AddInItems.AddInManager.RemoveExternalAddIns(System.Collections.Generic.IList{Altaxo.AddInItems.AddIn})"]
See Also