Click or drag to resize

RhinoAppExit Method (Boolean)

Exits, or forcefully closes Rhino. A prompt to allow saving will appear if necessary when forcefully exiting Works on Windows and MacOS true to allow the user to cancel exiting false to force exit

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static void Exit(
	bool allowCancel
)

Parameters

allowCancel
Type: SystemBoolean

[Missing <param name="allowCancel"/> documentation for "M:Rhino.RhinoApp.Exit(System.Boolean)"]

See Also