IPluginPartLibraryGetParts Method

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
Task<ReadOnlyCollection<IPartLibraryEntry>> GetParts(
	int? start,
	int? count,
	BooleanOperator boolean,
	List<FilterParameter> filters
)

Parameters

start  NullableInt32
 
count  NullableInt32
 
boolean  BooleanOperator
 
filters  ListFilterParameter
 

Return Value

TaskReadOnlyCollectionIPartLibraryEntry

See Also