IPluginDataLoaderLoadData(IFileData, String) Method
Load the data from the file
Namespace: PCBI.Plugin.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
IPCBIWindowLoadInformation LoadData(
IFileData fileData,
out string errorOrWarning
)
Function LoadData (
fileData As IFileData,
<OutAttribute> ByRef errorOrWarning As String
) As IPCBIWindowLoadInformation
IPCBIWindowLoadInformation LoadData(
IFileData^ fileData,
[OutAttribute] String^% errorOrWarning
)
abstract LoadData :
fileData : IFileData *
errorOrWarning : string byref -> IPCBIWindowLoadInformation
- fileData IFileData
- errorOrWarning String
IPCBIWindowLoadInformation