LiteDBImageLibraryGetImageCount Method

Definition

Namespace: PCBI_SymbolLibrary
Assembly: PCBI_SymbolPart_Library (in PCBI_SymbolPart_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public Task<int> GetImageCount(
	BooleanOperator boolean,
	List<FilterParameter> filters
)

Parameters

boolean  BooleanOperator
 
filters  ListFilterParameter
 

Return Value

TaskInt32

Implements

IPluginImageLibraryGetImageCount(BooleanOperator, ListFilterParameter)

See Also