Click or drag to resize

RhinoReplaceObjectEventArgs Properties

The RhinoReplaceObjectEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDocument
The document where the event occurred.
Public propertyNewRhinoObject
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 .
Public propertyObjectId
The id of the existing object, or the object about to be deleted. At the time is called, this object has not been deleted.
Public propertyOldRhinoObject
The existing object, or the object about to be deleted. At the time is called, this object has not been deleted.
Top
See Also