Click or drag to resize

GH_ComponentServerRemoveCachedGraph Method

Remove a cache entry from the graph cache. This cannot be undone.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool RemoveCachedGraph(
	Guid id
)

Parameters

id
Type: SystemGuid
The id to remove.

Return Value

Type: Boolean
True on success, false on failure.
See Also