Click or drag to resize

CommandHistoryReplayOnObjectAttributeChange Property

By default, object attribute changes do not trigger history replay. Set this property to true, typically in the command's constructor, if you want objects created with this command to trigger history replay when their attributes change.

Namespace:  Rhino.Commands
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.34
Syntax
public bool HistoryReplayOnObjectAttributeChange { get; set; }

Property Value

Type: Boolean
See Also