IPCBIWindowLoadDataAsync Method

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

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<bool> LoadDataAsync(
	string FullPath
)

Parameters

FullPath  String
 

Return Value

TaskBoolean
True if data is loaded.

Implements

InterfacePCBIWindowLoadDataAsync(String)

See Also