IGH_DataAccess.DisableGapLogic Method (Int32)

IGH_DataAccessDisableGapLogic Method (Int32)

Call this function if you want to disable the gap null logic for a specific output parameter.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
void DisableGapLogic(
	int paramIndex
)
Sub DisableGapLogic ( 
	paramIndex As Integer
)

Parameters

paramIndex
Type: SystemInt32
Index of output parameter to disable.
See Also