Click or drag to resize

SaveAsMiniProjectBaseSaveProject Method

Internal routine to save a project under a given name.

Namespace: Altaxo.Graph.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void SaveProject(
	AltaxoDocument projectToSave,
	string filename
)

Parameters

projectToSave  AltaxoDocument
The project to save.
filename  String

[Missing <param name="filename"/> documentation for "M:Altaxo.Graph.Commands.SaveAsMiniProjectBase.SaveProject(Altaxo.AltaxoDocument,System.String)"]

See Also