Click or drag to resize

HistoryRecordCopyOnReplaceObject Property

When an object is replaced and the old object has a history record with this field set, the history record is copied and attached to the new object. That allows a descendant object to continue the history linkage after it is edited.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool CopyOnReplaceObject { get; set; }

Property Value

Type: Boolean
See Also