InterfacePCBIWindowUpdateView Method

If you use PCB-Investigator and control it from outside, then you have to update the view after each action.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void UpdateView(
	bool needFullRedraw = true
)

Parameters

needFullRedraw  Boolean  (Optional)
 

See Also