Click or drag to resize

Mode Enumeration

Contains enumerated constant values to represent Rhino's Runtime Mode.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum Mode
Members
  Member nameValueDescription
NormalMode0Running with a commercial, educational, or evaluation license ke
ViewerMode1Running as a viewer
BetaMode2Running as a Beta product
InvalidMode100Invalid mode; this is an error condition
See Also