Grasshopper API
GH_DocumentFindComponent Method (Point) |
Search for components that contain the locus
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public IGH_Component FindComponent( Point pt )
Public Function FindComponent ( pt As Point ) As IGH_Component
Parameters
- pt
- Type: System.DrawingPoint
The point to search for
Return Value
Type: IGH_Component