Click or drag to resize

GraphDocumentBaseExportActionsSaveMiniProject Method

Internal routine to save a mini project under a given name.

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

Parameters

projectToSave  AltaxoDocument
The project to save.
filename  String

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

See Also