GH_ComponentParamServerUnregisterParameter Method (IGH_Param, Boolean) |
Removes the specified parameter from this component.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool UnregisterParameter(
IGH_Param param,
bool isolate
)
Public Function UnregisterParameter (
param As IGH_Param,
isolate As Boolean
) As Boolean
Parameters
- param
- Type: Grasshopper.KernelIGH_Param
Parameter to remove - isolate
- Type: SystemBoolean
If true, parameters that are removed will be isolated from sources and recipients.
Return Value
Type:
BooleanSee Also