Click or drag to resize

ProjectServiceBaseCurrentProject Property

Returns the currently open project. 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 IProject? CurrentProject { get; }

Property Value

IProject

Implements

IProjectServiceCurrentProject
See Also