HistorySettings
Provides static (Shared in Vb.Net) properties to modify Rhino History settings.
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.HistorySettings
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public static class HistorySettings
The HistorySettings type exposes the following members.
Properties
Name
Description
Public Property
Static Member
BrokenRecordWarningEnabled
Displays a warning dialog when an action is taken that breaks the link between the output and input objects.
Public Property
Static Member
ObjectLockingEnabled
When history object locking is enabled, objects with history on them act as if they were locked and the only way to modify these objects is to edit their inputs.
Public Property
Static Member
RecordingEnabled
When history recording is enabled, new objects keep a record of how they were constructed so that they can be updated if an input object changes.
Public Property
Static Member
RecordNextCommand
Enable history recording until the end of the next command
Public Property
Static Member
UpdateEnabled
When history update is enabled, dependent objects are automatically updated when an antecedent is modified.