Lädt einen Strömungsdatensatz aus der angegebenen Datei.
Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)
Syntax
Visual Basic (Declaration) |
---|
Private Function LoadFile( _ ByVal filenames As String(), _ ByVal worker As BackgroundWorker, _ ByVal e As DoWorkEventArgs _ ) As Flowdata |
C# |
---|
private Flowdata LoadFile( string[] filenames, BackgroundWorker worker, DoWorkEventArgs e ) |
C++ |
---|
private: Flowdata LoadFile( array<String>^ filenames, BackgroundWorker worker, DoWorkEventArgs e ) sealed |
J# |
---|
private Flowdata LoadFile( string[] filenames, BackgroundWorker worker, DoWorkEventArgs e ) |
JScript |
---|
private
function LoadFile( filenames : String[], worker : BackgroundWorker, e : DoWorkEventArgs ) : Flowdata |
Parameters
- filenames
- Dateipfad des zu ladenden Strömungsdatensatzes. [0] enthält den Pfad zum Grid-, [1] zum Data-File.
- worker
, der upgedated wird.BackgroundWorker
- e
für denDoWorkEventArgs BackgroundWorker
Return Value
Array mit den geladenen Daten.