InterfacePCBIWindowLoadDataAsync Method

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

Definition

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

Parameters

fullPath  String
 

Return Value

TaskBoolean
True if data is loaded.

See Also