Click or drag to resize

WorksessionSaveAs Method

Saves this worksession to a .rws file.

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

Parameters

path
Type: SystemString
The full path to write to.

Return Value

Type: Boolean
True if successful, false otherwise.
See Also