Click or drag to resize

RdkUndo Class

RdkUndo class, which is used to get the RdkUndoRecord
Inheritance Hierarchy
SystemObject
  Rhino.RenderRdkUndo

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class RdkUndo : IDisposable

The RdkUndo type exposes the following members.

Constructors
  NameDescription
Public methodRdkUndo
Constructor for RdkUndo
Top
Methods
  NameDescription
Public methodDispose
Dispose for RdkUndo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor for RdkUndo
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNewUndoRecord
Get a new UndoRecord
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also