CurrentProjectOrNull Property |
Gets the current open project. If the application is in a transition state between two projects,
null is returned.
Namespace: AltaxoAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static AltaxoDocument? ProjectOrNull { get; }
Property Value
AltaxoDocument
The project or null.
See Also