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:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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