GH_CanvasValidator.CanDeleteWire Method

GH_CanvasValidatorCanDeleteWire Method

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual bool CanDeleteWire(
	IGH_Param source,
	IGH_Param target
)
Public Overridable Function CanDeleteWire ( 
	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

Implements

IGH_CanvasValidatorCanDeleteWire(IGH_Param, IGH_Param)
See Also