Click or drag to resize

RhinoDocSaveAs Method (String, Int32)

Save doc as a 3dm to a specified path

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool SaveAs(
	string file3dmPath,
	int version
)

Parameters

file3dmPath
Type: SystemString

[Missing <param name="file3dmPath"/> documentation for "M:Rhino.RhinoDoc.SaveAs(System.String,System.Int32)"]

version
Type: SystemInt32
Rhino file version

Return Value

Type: Boolean
true on success
See Also