PartLibrarySearcherMatchParts Method

Search for parts in part library (lib), to filter part names use refDataSet. It use the same class to return the results sorted for each part name in refDataSet.

Definition

Namespace: PCBI_API_Extensions.Helper
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static Task<bool> MatchParts(
	IPluginPartLibrary lib,
	PartLibrarySearcherPartLibraryRequest refDataSet,
	Action<int> ProgressChanged,
	CancellationToken cancelToken
)

Parameters

lib  IPluginPartLibrary
 
refDataSet  PartLibrarySearcherPartLibraryRequest
 
ProgressChanged  ActionInt32
 
cancelToken  CancellationToken
 

Return Value

TaskBoolean

See Also