IGH_DocumentObject.ExpirePreview Method

IGH_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)
Syntax
void ExpirePreview(
	bool redraw
)
Sub ExpirePreview ( 
	redraw As Boolean
)

Parameters

redraw
Type: SystemBoolean
See Also