IPCBIWindowLoadData(String, Boolean) 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,
	bool AddToRecent = true
)

Parameters

FullPath  String
Path of file or directory of data structure (ODB++)
AddToRecent  Boolean  (Optional)
Add to recent list to find design later again in recent dialog.

Return Value

Boolean
True if data is loaded.

Implements

InterfacePCBIWindowLoadData(String, Boolean)

See Also