GH_ComponentParamServerIsOutputParam Method |
Returns True if this parameter is an output child of the component
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool IsOutputParam(
IGH_Param param
)
Public Function IsOutputParam (
param As IGH_Param
) As Boolean
Parameters
- param
- Type: Grasshopper.KernelIGH_Param
Parameter to test.
Return Value
Type:
BooleanSee Also