Click or drag to resize

GH_DocumentObjectConnectNewObject Method

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected internal static bool ConnectNewObject(
	IGH_Param source,
	IGH_DocumentObject target,
	GH_ParamKind side
)

Parameters

source
Type: Grasshopper.KernelIGH_Param
target
Type: Grasshopper.KernelIGH_DocumentObject
side
Type: Grasshopper.KernelGH_ParamKind

Return Value

Type: Boolean
See Also