Click or drag to resize

ProjectServiceBaseCurrentProjectArchiveManager Property

Gets or sets the current project archive manager.

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IProjectArchiveManager CurrentProjectArchiveManager { get; set; }

Property Value

IProjectArchiveManager
The current project archive manager.

Implements

IProjectServiceCurrentProjectArchiveManager
Exceptions
ExceptionCondition
ArgumentNullExceptionCurrentProjectArchiveManager
See Also