HistoryRecord.CopyOnReplaceObject Property

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; }
Public Property CopyOnReplaceObject As Boolean
	Get
	Set

Property Value

Type: Boolean
See Also