RhinoCommon API
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)
Since: 6.0
public NotificationSeverity SeverityLevel { get; set; }
Public Property SeverityLevel As NotificationSeverity Get Set
Property Value
Type: NotificationSeverity| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if the calling assembly cannot modify this instance |