KitchenDraw SDK 2
Show / Hide Table of Contents

Method Save

Save(string)

Saves the current scene in a file.

Declaration
public void Save(string sceneFilename = "")
Parameters
Type Name Description
string sceneFilename

Filename for the scene. Can be an empty string, which means to use the same filename as before. If the filename is left empty, and the scene doesn't have a filename yet, an ArgumentException will be thrown.

Remarks

Please be aware that catalog presentation scenes should be saved with a separate SaveCatalogScene(string) method.

In this article
Back to top Generated by DocFX