Click or drag to resize

RhinoAppIsExiting Property

Returns true if Rhino is in the process of exiting, false otherwise. This can be true even before the Closing event fires, such as when RhinoDoc.CloseDocument event is called.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.26
Syntax
public static bool IsExiting { get; }

Property Value

Type: Boolean
See Also