GH_ComponentParamServer.IsParam Method

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
)
Public Function IsParam ( 
	param As IGH_Param
) As Boolean

Parameters

param
Type: Grasshopper.KernelIGH_Param
Parameter to test.

Return Value

Type: Boolean
See Also