IAutomationCreateNewPCBILibrary Method

Create a new IPCBIWindow without UI (only for use in pure library mode). 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 CreateNewPCBILibrary(
	bool SuppressLicenseDLG = false
)

Parameters

SuppressLicenseDLG  Boolean  (Optional)
This hides the registration Dialog if no license is available.

Return Value

IPCBIWindow
the new instance ot IPCBIWindow

See Also