Grasshopper API
GH_DocumentGH_ScheduleDelegate Delegate |
Callback signature for Scheduled Solutions.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public delegate void GH_ScheduleDelegate( GH_Document doc )
Public Delegate Sub GH_ScheduleDelegate ( doc As GH_Document )
Parameters
- doc
- Type: Grasshopper.KernelGH_Document
Document that was scheduled.
