Click or drag to resize

ProjectServiceDummyImplSaveProject(IProjectArchive) Method

[Missing <summary> documentation for "M:Altaxo.Main.ProjectServiceDummyImpl.SaveProject(Altaxo.Main.Services.IProjectArchive)"]


Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IDictionary<string, IProjectItem> SaveProject(
	IProjectArchive archive
)

Parameters

archive  IProjectArchive

[Missing <param name="archive"/> documentation for "M:Altaxo.Main.ProjectServiceDummyImpl.SaveProject(Altaxo.Main.Services.IProjectArchive)"]

Return Value

IDictionaryString, IProjectItem

[Missing <returns> documentation for "M:Altaxo.Main.ProjectServiceDummyImpl.SaveProject(Altaxo.Main.Services.IProjectArchive)"]

Implements

IProjectServiceSaveProject(IProjectArchive)
See Also