GH_UserObject.SaveToFile Method

GH_UserObjectSaveToFile Method

Save the current User Object state to a file. Any existing file will be overwritten.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool SaveToFile()
Public Function SaveToFile As Boolean

Return Value

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