Grasshopper API
GH_CanvasScheduleRegen Method |
Schedule a regen to occur after the specified number of milliseconds have elapsed.
If a Regen is called in this time frame, the schedule will be cleared. Only a single
schedule can be active at any time, so any call to ScheduleRegen will clear
existing schedules.
Namespace: Grasshopper.GUI.Canvas
Assembly: Grasshopper (in Grasshopper.dll)

Parameters
- delay
- Type: SystemInt32
Number of milliseconds to wait until repainting the canvas. intervals equal to or less than zero will be ignored.
