Lädt einen Volumsdatensatz aus der angegebenen Datei.
Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
| Visual Basic (Declaration) |
|---|
| Private Function LoadFile( _ ByVal filename As String, _ ByVal worker As BackgroundWorker, _ ByVal e As DoWorkEventArgs _ ) As Volumedata |
| C# |
|---|
| private Volumedata LoadFile( string filename, BackgroundWorker worker, DoWorkEventArgs e ) |
| C++ |
|---|
| private: Volumedata LoadFile( String filename, BackgroundWorker worker, DoWorkEventArgs e ) sealed |
| J# |
|---|
| private Volumedata LoadFile( string filename, BackgroundWorker worker, DoWorkEventArgs e ) |
| JScript |
|---|
| private
function LoadFile( filename : String, worker : BackgroundWorker, e : DoWorkEventArgs ) : Volumedata |
Parameters
- filename
- Dateipfad des zu ladenden Volumsdatensatzes.
- worker
, der upgedated wird.BackgroundWorker
- e
für denDoWorkEventArgs BackgroundWorker
Return Value
Array mit den geladenen Daten.