Click or drag to resize

GH_WireType Enumeration

Enumerates the different kinds of connecting wires.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_WireType
Members
  Member nameValueDescription
dynamic0 Dynamic indicates the wire is in the process of being made.
generic2 Generic connector wire. Can't go wrong with generic.
faint3 Similar to generic, but less pronounced.
null4 Wire with null data transfer.
item5 Wire with a single data transfer.
list6 Wire with a single list transfer.
tree7 Wire with multiple list transfer.
dynamicAlternative18 Wire type used by copyname=true wires.
See Also