Click or drag to resize

AddInManagerRemoveExternalAddIns Method

Removes the specified external AddIns from the list of registered external AddIns.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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