Notification.SeverityLevel Property

NotificationSeverityLevel Property

The severity of the notification. Changing the severity of the notification may change the way Rhino chooses to display the Notifications panel.

Namespace:  Rhino.Runtime.Notifications
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public NotificationSeverity SeverityLevel { get; set; }
Public Property SeverityLevel As NotificationSeverity
	Get
	Set

Property Value

Type: NotificationSeverity
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if the calling assembly cannot modify this instance
Version Information

Rhino for Windows

Supported in: 6.14
See Also