Click or drag to resize

CurrentProjectOrNull Property

Gets the current open project. If the application is in a transition state between two projects, null is returned.

Namespace: Altaxo
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static AltaxoDocument? ProjectOrNull { get; }

Property Value

AltaxoDocument
The project or null.
See Also