Click or drag to resize

GH_DocumentFindFloatingParameter Method

Search for floating parameters that contain the locus

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_Param FindFloatingParameter(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
Point for search start

Return Value

Type: IGH_Param
See Also