Click or drag to resize

WorksessionSave Method

Saves this worksession to its existing .rws file.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Save()

Return Value

Type: Boolean
True if successful. False if the worksession has never been saved, in which case use SaveAs(String) to supply a path.
See Also