GH_DocumentObjectOnDisplayExpired Method |
Raises the DisplayExpired event on the toplevel object.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void OnDisplayExpired(
bool redraw
)
Public Sub OnDisplayExpired (
redraw As Boolean
)
Parameters
- redraw
- Type: SystemBoolean
If True, the canvas will be immediately redrawn.
Implements
IGH_DocumentObjectOnDisplayExpired(Boolean)
See Also