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
)
Public Function RemoveCachedObject (
id As Guid
) As Boolean
Parameters
- id
- Type: SystemGuid
The id to remove.
Return Value
Type:
BooleanTrue on success, false on failure.
See Also