KitchenDraw SDK 2
Show / Hide Table of Contents

Method RemoveScene

RemoveScene(string, bool)

Removes the scene from the SCENES.LST file so that the scene can't be seen in the list of scenes (e.g. shown in the "File|Open" KitchenDraw dialog box). Also deletes the file in necessary.

Declaration
public void RemoveScene(string sceneFilename, bool deleteFile)
Parameters
Type Name Description
string sceneFilename

Filename of the scene.

bool deleteFile

If true, deletes the file after removing it from the SCENES.LST file.

In this article
  • RemoveScene(string, bool)
Back to top Generated by DocFX