Click or drag to resize

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.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void SaveProjectAs(
	AltaxoDocument projectToSave
)

Parameters

projectToSave  AltaxoDocument

[Missing <param name="projectToSave"/> documentation for "M:Altaxo.Graph.Commands.SaveAsMiniProjectBase.SaveProjectAs(Altaxo.AltaxoDocument)"]

See Also