PCBI_ConnectionImportData Method
Imports the data from the given file
Namespace: PCBI_EagleImportAssembly: PCBI_Eagle_Import (in PCBI_Eagle_Import.dll) Version: 16.0.0.0 (16.0.0.0)
public IPCBIWindowLoadInformation ImportData(
string filePath,
out string errorOrWarning
)
Public Function ImportData (
filePath As String,
<OutAttribute> ByRef errorOrWarning As String
) As IPCBIWindowLoadInformation
public:
virtual IPCBIWindowLoadInformation ImportData(
String^ filePath,
[OutAttribute] String^% errorOrWarning
) sealed
abstract ImportData :
filePath : string *
errorOrWarning : string byref -> IPCBIWindowLoadInformation
override ImportData :
filePath : string *
errorOrWarning : string byref -> IPCBIWindowLoadInformation
- filePath String
- full file path
- errorOrWarning String
- error or warning string
IPCBIWindowLoadInformation