InterfacePCBIWindowShowSearchAndStartIt Method

Show search dialog and start search with this values.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void ShowSearchAndStartIt(
	string searchedText,
	searchRestrictionEnum searchTyp = searchRestrictionEnum.all,
	bool onlyBoardLayers = true,
	bool clearBufferFirst = false
)

Parameters

searchedText  String
 
searchTyp  searchRestrictionEnum  (Optional)
 
onlyBoardLayers  Boolean  (Optional)
 
clearBufferFirst  Boolean  (Optional)
 

See Also