Class UndoStep
Inheritance
System.Object
UndoStep
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class UndoStep
Constructors
| Improve this Doc View SourceUndoStep()
Declaration
public UndoStep()
Methods
| Improve this Doc View SourceAdd(ReversibleChange)
Declaration
public void Add(ReversibleChange change)
Parameters
| Type | Name | Description |
|---|---|---|
| ReversibleChange | change |
Perform()
Declaration
public void Perform()