Saves this worksession to its existing .rws file.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
SyntaxPublic Function Save As Boolean
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