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
)
Public Function RemoveCachedObject (
userObjectFilePath As String
) As Boolean
Parameters
- userObjectFilePath
- Type: SystemString
File name path of user object proxy.
Return Value
Type:
BooleanTrue if an object proxy was removed, false if not.
See Also