Click or drag to resize

ProjectFolderPropertyDocument(ProjectFolderPropertyDocument) Constructor

Initializes a new instance of the ProjectFolderPropertyDocument class.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ProjectFolderPropertyDocument(
	ProjectFolderPropertyDocument from
)

Parameters

from  ProjectFolderPropertyDocument
Another instance to copy the name of the bag and the properties from.
See Also