IPCBIWindowLoadData(String, IPCBIWindowLoadInformation) Method

Load 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(
	string FullPath,
	out IPCBIWindowLoadInformation Information
)

Parameters

FullPath  String
Path of file or directory of data structure (ODB++)
Information  IPCBIWindowLoadInformation
Returnvalue of success or error (check errorlog for details).

Return Value

Boolean
True if data is loaded.

Implements

InterfacePCBIWindowLoadData(String, IPCBIWindowLoadInformation)

See Also