Grasshopper API
GH_ComponentGH_OutputParamManagerRegister_TransformParam Method (String, String, String) |
Register a new Transform parameter
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public void Register_TransformParam( string name, string nickname, string description )
Public Sub Register_TransformParam ( name As String, nickname As String, description As String )
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.
