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: 18.03.00
SyntaxDialogResult SaveWorldEdits(
	bool forceSave,
	bool closeScriptEditor = true
)
Parameters
- forceSave
 - Type: SystemBoolean
Specifies whether the save operation should proceed without user confirmation. - closeScriptEditor (Optional)
 - Type: SystemBoolean
Specifies whether all script editors should be closed. 
Return Value
Type: 
DialogResultA DialogResult that represents the outcome of the save operation.
See Also