IPCBIWindowLoadData(ListString, IPCBIWindowLoadInformation) Method
Load multiple data from all available formats (depending on your license).
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public bool LoadData(
List<string> fullPaths,
out IPCBIWindowLoadInformation Information
)
Public Function LoadData (
fullPaths As List(Of String),
<OutAttribute> ByRef Information As IPCBIWindowLoadInformation
) As Boolean
public:
bool LoadData(
List<String^>^ fullPaths,
[OutAttribute] IPCBIWindowLoadInformation% Information
)
member LoadData :
fullPaths : List<string> *
Information : IPCBIWindowLoadInformation byref -> bool
- fullPaths ListString
-
- Information IPCBIWindowLoadInformation
-
BooleanTrue if data is loaded