RhinoReplaceObjectEventArgs Class |
Namespace: Rhino.DocObjects
The RhinoReplaceObjectEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Document |
The document where the event occurred.
|
![]() | NewRhinoObject |
The new replacement object, or the object about to be added.
At the time is called, this object has not been added to the document.
Thus, this object's id will be .
|
![]() | ObjectId |
The id of the existing object, or the object about to be deleted.
At the time is called, this object has not been deleted.
|
![]() | OldRhinoObject |
The existing object, or the object about to be deleted.
At the time is called, this object has not been deleted.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |