Click or drag to resize

IMementoCapableSetMemento Method

Sets the state, using the given memento.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetMemento(
	Object memento
)

Parameters

memento  Object
The memento to set the state from.
See Also