Click or drag to resize

IUndoItemDoUndo Method

Called on rollback by the transaction manager, in order to undo the effects of some change it was created for.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void DoUndo(
	IGraphProcessingEnvironment procEnv
)

Parameters

procEnv
Type: de.unika.ipd.grGen.libGrIGraphProcessingEnvironment
The current graph processing environment
See Also