IPCBIWindowShowSearchAndStartIt Method

Show search dialog and start search with this values.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void ShowSearchAndStartIt(
	string SearchedText,
	searchRestrictionEnum SearchTyp = searchRestrictionEnum.all,
	bool OnlyBoardLayers = true,
	bool ClearBufferFirst = false
)

Parameters

SearchedText  String
What is interesting to find?
SearchTyp  searchRestrictionEnum  (Optional)
Special type or all?
OnlyBoardLayers  Boolean  (Optional)
Search only on board layers
ClearBufferFirst  Boolean  (Optional)
Clear the internal buffer to optimize speed of searching.

Implements

InterfacePCBIWindowShowSearchAndStartIt(String, searchRestrictionEnum, Boolean, Boolean)

See Also