IPluginPartLibraryDeleteParts Method

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
Task<string> DeleteParts(
	List<IPartLibraryEntry> Parts
)

Parameters

Parts  ListIPartLibraryEntry
 

Return Value

TaskString

See Also