Click or drag to resize

ReplayHistoryResult Class

[Missing <summary> documentation for "T:Rhino.DocObjects.ReplayHistoryResult"]

Inheritance Hierarchy
SystemObject
  Rhino.DocObjectsReplayHistoryResult

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class ReplayHistoryResult

The ReplayHistoryResult type exposes the following members.

Properties
  NameDescription
Public propertyExistingObject
The previously existing object.

Do not attempt to edit this object. It might have been already deleted by, for example, dragging.

Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateToAngularDimension
Public methodUpdateToArc
Public methodUpdateToBrep
Public methodUpdateToCircle
Public methodUpdateToClippingPlane(Plane, Double, Double, IEnumerableGuid, ObjectAttributes)
Public methodUpdateToClippingPlane(Plane, Double, Double, Guid, ObjectAttributes)
Public methodUpdateToCurve
Public methodUpdateToEllipse
Public methodUpdateToExtrusion
Public methodUpdateToHatch
Public methodUpdateToInstanceReferenceGeometry
Public methodUpdateToLeader
Public methodUpdateToLine
Public methodUpdateToLinearDimension
Public methodUpdateToMesh
Public methodUpdateToPoint
Public methodUpdateToPointCloud(IEnumerablePoint3d, ObjectAttributes)
Public methodUpdateToPointCloud(PointCloud, ObjectAttributes)
Public methodUpdateToPolyline
Public methodUpdateToRadialDimension
Public methodUpdateToSphere
Public methodUpdateToSubD
Public methodUpdateToSurface
Public methodUpdateToText(TextEntity, ObjectAttributes)
Public methodUpdateToText(String, Plane, Double, String, Boolean, Boolean, TextJustification, ObjectAttributes)
Public methodUpdateToTextDot
Top
See Also