CADability dotNET
Adds an undo step to the undo stack.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void AddUndoStep(
	ReversibleChange step
)
Visual Basic
Public Sub AddUndoStep ( _
	step As ReversibleChange _
)
Visual C++
public:
void AddUndoStep(
	ReversibleChange^ step
)

Parameters

step
Type: CADability..::..ReversibleChange
the step

See Also