menu
RhinoCommon API
search
search
V8 and older
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
home
/
Rhino.Commands
/
RunMode
RunMode enum
Provides enumerated constants for a command running mode. This is currently interactive or scripted.
Derived Classes:
Namespace:
Rhino.Commands
RunMode:
references
keyboard_arrow_down
Values (2)
Interactive = 0
Can use dialogs for input. Must use message boxes to report serious error conditions.
Scripted = 1
All input must come from command line, GetPoint, GetObject, GetString, etc. Must use message boxes to report serious error conditions. Script mode gets used when a command is run with a hyphen (-) prefix.
Nothing found