Click or drag to resize

GH_IconDisplayMode Enumeration

Lists all display modes that individual objects can have.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_IconDisplayMode
Members
  Member nameValueDescription
application0 Inherit the mode from the application setting. This is the default setting.
icon1 Always display the icon.
name2 Always display the nickname.
See Also