GH_ComponentGH_InputParamManagerHideParameter Method |
Hide a specific input parameter. If the parameter at the given index implements IGH_PreviewObject
then the Hidden flag will be set to True. Otherwise, nothing will happen.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public override void HideParameter(
int index
)
Public Overrides Sub HideParameter (
index As Integer
)
Parameters
- index
- Type: SystemInt32
Index of parameter to hide.
See Also