Grasshopper API
GH_DocumentObjectExpirePreview Method |
Call this function when you suspect that the preview has expired for this object.
This will cause the display cache to be eradicated.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public virtual void ExpirePreview( bool redraw )
Public Overridable Sub ExpirePreview ( redraw As Boolean )
Parameters
- redraw
- Type: SystemBoolean
Implements
IGH_DocumentObjectExpirePreview(Boolean)