Grasshopper API
GH_ComponentServerRemoveCachedGraph Method |
Remove a cache entry from the graph cache. This cannot be undone.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public bool RemoveCachedGraph( Guid id )
Public Function RemoveCachedGraph ( id As Guid ) As Boolean
Parameters
- id
- Type: SystemGuid
The id to remove.
Return Value
Type: BooleanTrue on success, false on failure.
