Click or drag to resize

GH_SettingsType Enumeration

Lists all the data types available in the GH_SettingsServer class.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_SettingsType
Members
  Member nameValueDescription
_unknown-1
_null0
_boolean1
_byte2
_integer3
_double4
_string6
_date7
_color8
_point9
_size10
_rectangle11
See Also