IPCBIWindowUpdateView 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void UpdateView(
	bool NeedFullRedraw = true
)

Parameters

NeedFullRedraw  Boolean  (Optional)
 

Implements

InterfacePCBIWindowUpdateView(Boolean)

See Also