Show / Hide Table of Contents

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 Source

UndoStep()

Declaration
public UndoStep()

Methods

| Improve this Doc View Source

Add(ReversibleChange)

Declaration
public void Add(ReversibleChange change)
Parameters
Type Name Description
ReversibleChange change
| Improve this Doc View Source

Perform()

Declaration
public void Perform()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX