IBuilderSaveWorldEdits Method |
Display a confirmation dialog to prompt saving edits made to the model.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
SyntaxDialogResult 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
DialogResultA DialogResult that represents the outcome of the save operation.
See Also