KitchenDraw SDK 2
Show / Hide Table of Contents

Method TryClose

TryClose(bool?)

Closes the current scene. Returns false if user cancels while being asked whether to save changes.

Declaration
public bool TryClose(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.

Returns
Type Description
bool
In this article
Back to top Generated by DocFX