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