AddInManagerRemoveExternalAddIns Method |
Removes the specified external AddIns from the list of registered external
AddIns.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void RemoveExternalAddIns(
IList<AddIn> addIns
)
Parameters
- addIns IListAddIn
- The list of add-ins to remove. Use external add-ins from the AddIns collection.
See Also