Saves this worksession to a .rws file.
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool SaveAs(
string path
)
Public Function SaveAs (
path As String
) As Boolean
Parameters
- path
- Type: SystemString
The full path to write to.
Return Value
Type:
BooleanTrue if successful, false otherwise.
See Also