KitchenDraw SDK 2
Show / Hide Table of Contents

Method Close

Close(bool?)

Closes the current scene.

Declaration
public void Close(bool? saveChanges = null)
Parameters
Type Name Description
bool? saveChanges

Indicates whether to save changes or not. If null, user will be asked to save changes (if any) interactively.

In this article
Back to top Generated by DocFX