Click or drag to resize

RhinoReplaceObjectEventArgsNewRhinoObject Property

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 .

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public RhinoObject NewRhinoObject { get; }

Property Value

Type: RhinoObject
See Also