Click or drag to resize

GH_ParameterSide Enumeration

Enumerates possible sides for variable parameters.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_ParameterSide
Members
  Member nameValueDescription
Input0 Indicates parameters along the left edge of the component.
Output1 Indicates parameters along the right edge of the component.
See Also