PCBI_ConnectionImportData Method

Imports the data from the given file

Definition

Namespace: PCBI_EagleImport
Assembly: PCBI_Eagle_Import (in PCBI_Eagle_Import.dll) Version: 16.0.0.0 (16.0.0.0)
C#
public IPCBIWindowLoadInformation ImportData(
	string filePath,
	out string errorOrWarning
)

Parameters

filePath  String
full file path
errorOrWarning  String
error or warning string

Return Value

IPCBIWindowLoadInformation

See Also