Click or drag to resize

RdkUndoRecord Class

RdkUndoRecord class
Inheritance Hierarchy
SystemObject
  Rhino.RenderRdkUndoRecord

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

The RdkUndoRecord type exposes the following members.

Constructors
  NameDescription
Public methodRdkUndoRecord
Constructor for RdkUndoRecord
Top
Methods
  NameDescription
Public methodDispose
Dispose for RdkUndoRecord
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor for RdkUndoRecord
(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 methodSetDescription
Set description for RdkUndoRecord
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also