Click or drag to resize

ProjectFolders Constructor

Creates the instance of project folders, tracking the provided Altaxo project.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ProjectFolders(
	IProject doc
)

Parameters

doc  IProject
Altaxo project.
See Also