Click or drag to resize

RhinoDocSaveAsTemplate Method (String)

Save this document as a template

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool SaveAsTemplate(
	string file3dmTemplatePath
)

Parameters

file3dmTemplatePath
Type: SystemString

[Missing <param name="file3dmTemplatePath"/> documentation for "M:Rhino.RhinoDoc.SaveAsTemplate(System.String)"]

Return Value

Type: Boolean
true on success
See Also