Click or drag to resize

GH_ComponentParamServerIsInputParam Method

Returns True if this parameter is an input child of the component

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool IsInputParam(
	IGH_Param param
)

Parameters

param
Type: Grasshopper.KernelIGH_Param
Parameter to test.

Return Value

Type: Boolean
See Also