Click or drag to resize

ActionDocument(ActionDocument) Constructor

Initializes a new instance of the ActionDocument class.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public ActionDocument(
	ActionDocument from
)

Parameters

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