Click or drag to resize

RenderContentSaveToFile Method

Saves content to a file - RMTL, RENV or RTEX.

Namespace:  Rhino.Render
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.6
Syntax
public bool SaveToFile(
	string filename,
	RenderContentEmbedFilesChoice embedFilesChoice
)

Parameters

filename
Type: SystemString
Full path to the file to be saved.
embedFilesChoice
Type: Rhino.RenderRenderContentEmbedFilesChoice

[Missing <param name="embedFilesChoice"/> documentation for "M:Rhino.Render.RenderContent.SaveToFile(System.String,Rhino.Render.RenderContent.EmbedFilesChoice)"]

Return Value

Type: Boolean
The loaded content or null if an error occurred.
See Also