[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)
Speichert den Graphen in einer Datei.
Namespace: DynamicNode.WinAppAssembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)
Syntax
| C# |
|---|
public void Save( string file, bool updateDocFileName ) |
| Visual Basic |
|---|
Public Sub Save ( _ file As String, _ updateDocFileName As Boolean _ ) |
| F# |
|---|
member Save : file:string * updateDocFileName:bool -> unit |
Parameters
- file
- Type: System..::..String
Der Dateiname.
- updateDocFileName
- Type: System..::..Boolean
Wenn true, wird FileName aktualisiert.