IPCBIWindowLoadData(ListString, IPCBIWindowLoadInformation) Method

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

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool LoadData(
	List<string> fullPaths,
	out IPCBIWindowLoadInformation Information
)

Parameters

fullPaths  ListString
 
Information  IPCBIWindowLoadInformation
 

Return Value

Boolean
True if data is loaded

See Also