Grasshopper API
GH_DocumentFindComponent Method (Guid) |
Search for components using an ID filter
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public IGH_Component FindComponent( Guid id )
Public Function FindComponent ( id As Guid ) As IGH_Component
Parameters
- id
- Type: SystemGuid
ID to search for
Return Value
Type: IGH_ComponentThe component with the ID, or Null if no component could be found

