GH_Document.FindInputParameter Method

GH_DocumentFindInputParameter Method

Search for input (upstream) parameters that contain the locus

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_Param FindInputParameter(
	Point pt
)
Public Function FindInputParameter ( 
	pt As Point
) As IGH_Param

Parameters

pt
Type: System.DrawingPoint
Point for search start

Return Value

Type: IGH_Param
See Also