Click or drag to resize

GH_ComponentServerRemoveCachedObject Method (Guid)

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

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

Parameters

id
Type: SystemGuid
The id to remove.

Return Value

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