NeverRepeatListUseNeverRepeatList Property |
Only use the list if somebody modifies it via CRhinoAppSettings::SetDontRepeatCommands().
Return value of true means CRhinoCommand don't repeat flags will be ignored and the m_dont_repeat_list
will be used instead. false means the individual CRhinoCommands will determine if they are repeatable.
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static bool UseNeverRepeatList { get; }Public Shared ReadOnly Property UseNeverRepeatList As Boolean
Get
Property Value
Type:
Boolean
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also