Click or drag to resize

IBuilderSaveWorldEdits Method

Display a confirmation dialog to prompt saving edits made to the model.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
DialogResult SaveWorldEdits(
	bool forceSave,
	bool closeScriptEditor = true
)

Parameters

forceSave  Boolean
Specifies whether the save operation should proceed without user confirmation.
closeScriptEditor  Boolean  (Optional)
Specifies whether all script editors should be closed.

Return Value

DialogResult
A DialogResult that represents the outcome of the save operation.
See Also