IGH_VarParamComponent.IsVariableParam Method

IGH_VarParamComponentIsVariableParam Method

Returns a value indicating whether a specific parameter is considered to be variable.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool IsVariableParam(
	GH_VarParamEventArgs e
)
Function IsVariableParam ( 
	e As GH_VarParamEventArgs
) As Boolean

Parameters

e
Type: Grasshopper.KernelGH_VarParamEventArgs

Return Value

Type: Boolean
See Also