Click or drag to resize

ProjectServiceBaseCurrentProjectFileName Property

Gets the file name for the currently open project. Is null if the project has not got a file name for now. For setting, call SetCurrentProject(IProject, Boolean).

Namespace: Altaxo.Dom
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual PathName? CurrentProjectFileName { get; }

Property Value

PathName

Implements

IProjectServiceCurrentProjectFileName
See Also