Click or drag to resize

MiniProjectBuilderCopyFolderPropertiesOf Method

Copies the folder properties referenced by the graph.

Namespace: Altaxo.Graph.Procedures
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void CopyFolderPropertiesOf(
	GraphDocumentBase oldGraph
)

Parameters

oldGraph  GraphDocumentBase
The graph document whose referenced folder properties are copied.
See Also