Click or drag to resize

GH_ExtendableComponentOutputConnected Method

return true if output of given index is connected to other components

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public bool OutputConnected(
	int ind
)

Parameters

ind
Type: SystemInt32

[Missing <param name="ind"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.GH_ExtendableComponent.OutputConnected(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.GH_ExtendableComponent.OutputConnected(System.Int32)"]

See Also