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
)
Public Function SaveToFile (
filename As String,
embedFilesChoice As RenderContentEmbedFilesChoice
) As Boolean
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:
BooleanThe loaded content or null if an error occurred.
See Also