Grasshopper API
GH_ComponentGH_OutputParamManagerRegister_IntervalParam Method (String, String, String, GH_ParamAccess) |
Register a new Interval parameter
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public void Register_IntervalParam( string name, string nickname, string description, GH_ParamAccess access )
Public Sub Register_IntervalParam ( name As String, nickname As String, description As String, access As GH_ParamAccess )
Parameters
- name
- Type: SystemString
The name of the parameter. Keep it short, single words are best. - nickname
- Type: SystemString
The nickname of the parameter. Keep it short, single characters are best. - description
- Type: SystemString
The description of the parameter. Be succinct but clear. - access
- Type: Grasshopper.KernelGH_ParamAccess
Parameter access, you should set this field if you intend to output lists here.
