GraphDocumentBaseExportActionsSaveMiniProject Method |
Internal routine to save a mini project under a given name.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void SaveMiniProject(
AltaxoDocument projectToSave,
string filename
)
Parameters
- projectToSave AltaxoDocument
- The project to save.
- filename String
- The target file name.
See Also