IPluginSymbolLibraryDeleteSymbols Method

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Task<string> DeleteSymbols(
	List<ISymbolLibraryEntry> Symbols
)

Parameters

Symbols  ListISymbolLibraryEntry
 

Return Value

TaskString

See Also