IFilter Constructor

Inizialize a IFilter interface object to create other objects.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IFilter(
	IPCBIWindow WindowParent
)

Parameters

WindowParent  IPCBIWindow
The actual IPCBIWindow created from IAutomation.

See Also