Click or drag to resize

GH_ComponentParamServerIsParam Method

Returns True if this parameter is a child of the component

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

Parameters

param
Type: Grasshopper.KernelIGH_Param
Parameter to test.

Return Value

Type: Boolean
See Also