LicenseCapabilities Enumeration |
Controls the buttons that will appear on the license notification window
that is displayed if a license for the requesting product is not found.
Note, the "Close" button will always be displayed.
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax[FlagsAttribute]
public enum LicenseCapabilities
<FlagsAttribute>
Public Enumeration LicenseCapabilities
Members|
| Member name | Value | Description |
|---|
| NoCapabilities | 0 | Only the "Close" button will be displayed |
| CanBePurchased | 1 | Shows "Buy a license" button |
| CanBeSpecified | 2 | Shows ""Enter a license" and "Use a Zoo" buttons |
| CanBeEvaluated | 4 | Shows "Evaluate" button |
| EvaluationIsExpired | 8 | Shows "Evaluate" button disabled |
| SupportsRhinoAccounts | 16 | Supports getting a license from a Rhino Account |
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also