Click or drag to resize

GH_ComponentServerRemoveCachedObject Method (String)

Remove the user object (if any) that loads itself from a specified *.ghuser file.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool RemoveCachedObject(
	string userObjectFilePath
)

Parameters

userObjectFilePath
Type: SystemString
File name path of user object proxy.

Return Value

Type: Boolean
True if an object proxy was removed, false if not.
See Also