GH_ComponentParamServerGetParam Method |
Finds the parameter that matches the specified search mask.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic IGH_Param GetParam(
string name,
GH_ParameterSide side
)
Public Function GetParam (
name As String,
side As GH_ParameterSide
) As IGH_Param
Parameters
- name
- Type: SystemString
Name to search for. - side
- Type: Grasshopper.KernelGH_ParameterSide
Return Value
Type:
IGH_ParamThe the parameter, or null if no parameter was found to match
See Also