Click or drag to resize

GH_ComponentParamServerGetParam Method

Finds the parameter that matches the specified search mask.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_Param GetParam(
	string name,
	GH_ParameterSide side
)

Parameters

name
Type: SystemString
Name to search for.
side
Type: Grasshopper.KernelGH_ParameterSide

Return Value

Type: IGH_Param
The the parameter, or null if no parameter was found to match
See Also