Grasshopper API
GH_ComponentParamServerIsInputParam Method |
Returns True if this parameter is an input child of the component
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public bool IsInputParam( IGH_Param param )
Public Function IsInputParam ( param As IGH_Param ) As Boolean
Parameters
- param
- Type: Grasshopper.KernelIGH_Param
Parameter to test.
Return Value
Type: Boolean