IAutomationCreateNewPCBIWindow Method

Create a new IPCBIWindow. Init the IAutomation before using this methode or copy the PCB-Investigator.exe beside your EXE-File.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IPCBIWindow CreateNewPCBIWindow(
	bool Visible,
	bool SuppressLicenseDLG = false
)

Parameters

Visible  Boolean
Hide or Show the new window
SuppressLicenseDLG  Boolean  (Optional)
This hides the registration Dialog if no license is available.

Return Value

IPCBIWindow
the new instance ot IPCBIWindow

See Also