IProjectServiceCurrentProjectArchiveManager Property |
Gets the object that represents the storage of the current project on disk. If the current project was opened as a COM object, the value is null.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IProjectArchiveManager? CurrentProjectArchiveManager { get; }
Property Value
IProjectArchiveManager
The current project storage, if the project was opened from the file system. The value is null if the project was opened from a COM stream.
See Also