Click or drag to resize

GH_SolutionMode Enumeration

Enumerates all solution modes.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_SolutionMode
Members
  Member nameValueDescription
Default0 Represents the standard mode, error messages are displayed in custom forms.
CommandLine1 Represents reduced feedback mode. All messages are send to the Rhino command history, which is thread safe.
Silent2 Represents null feedback mode. No messages are send to any GUI.
See Also