Click or drag to resize

ProjectServiceDummyImplCurrentProjectFileName Property

Gets the file name for the currently open project. Is null if the project has not got a file name for now.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PathName CurrentProjectFileName { get; }

Property Value

PathName

Implements

IProjectServiceCurrentProjectFileName
See Also