IAutomationOpenEmbeddedDesign Method

Open a PCB-Investigator-Embedded-Design, this will only take the ODB++ data from the embedded design with the same licence the referenced PCB-Investigator version has. Attention: If you want to use the embedded PCB-Investigator to work without licence you have to call IAutomationInit with ExecutabelPathPCBI on the located embedded-design!

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IPCBIWindow OpenEmbeddedDesign(
	string FullPath,
	bool Visible
)

Parameters

FullPath  String
The full path of PCB-Embedded.exe
Visible  Boolean
Hide or Show the new window

Return Value

IPCBIWindow
the new instance ot IPCBIWindow

See Also