IGH_CanvasValidator.CanCreateWire Method

IGH_CanvasValidatorCanCreateWire Method

Validates whether a wire-operation can commence.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
bool CanCreateWire(
	IGH_Param source,
	IGH_Param target
)
Function CanCreateWire ( 
	source As IGH_Param,
	target As IGH_Param
) As Boolean

Parameters

source
Type: Grasshopper.KernelIGH_Param
target
Type: Grasshopper.KernelIGH_Param

Return Value

Type: Boolean
See Also