SaveAsMiniProjectBaseSaveProjectAs Method |
Asks the user for a file name for the current project, and then saves the project under the given name.
Namespace: Altaxo.Graph.CommandsAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void SaveProjectAs(
AltaxoDocument projectToSave
)
Parameters
- projectToSave AltaxoDocument
- The project to save.
See Also