RhinoReplaceObjectEventArgs Properties |
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.
|