InterfacePCBIWindowLoadData(String, IPCBIWindowLoadInformation) Method

Load data from all available formats (depending on your license).

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool LoadData(
	string fullPath,
	out IPCBIWindowLoadInformation information
)

Parameters

fullPath  String
 
information  IPCBIWindowLoadInformation
 

Return Value

Boolean
True if data is loaded.

See Also