InterfacePCBIWindowLoadDataAsync2(String) 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<KeyValuePair<IPCBIWindowLoadInformation, FormatTypes>> LoadDataAsync2(
	string fullPath
)

Parameters

fullPath  String
 

Return Value

TaskKeyValuePairIPCBIWindowLoadInformation, FormatTypes
Complete Information about file type and success of import.

See Also