CADability dotNET
Opens an undo frame, which means that all subsequent calls to AddUndoStep will be considert as a single undo step. Calling UndoLastStep or selecting Undo from the Menu will undo all this steps as a single step. Use the C# "using" construct, since this property supports the IDisposable interface, which closes the undoframe when Dispose is called.

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

Syntax

C#
public IDisposable UndoFrame { get; }
Visual Basic
Public ReadOnly Property UndoFrame As IDisposable
	Get
Visual C++
public:
property IDisposable^ UndoFrame {
	IDisposable^ get ();
}

See Also