Click or drag to resize

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)
Since: 5.5
Syntax
[FlagsAttribute]
public enum LicenseCapabilities
Members
  Member nameValueDescription
NoCapabilities0Only the "Close" button will be displayed
CanBePurchased1Shows "Buy a license" button
CanBeSpecified2OBSOLETE: Shows ""Enter a license" and "Use a Zoo" buttons. Use SupportsStandalone | SupportsZoo instead.
CanBeEvaluated4Shows "Evaluate" button
EvaluationIsExpired8Shows "Evaluate" button disabled
SupportsRhinoAccounts16Supports getting a license from a Cloud Zoo / Rhino Account
SupportsStandalone32Supports single-computer licensing
SupportsZooPerUser64Supports getting a license from a Zoo server
SupportsZooPerCore128Supports getting a license from a Zoo server
SupportsLicenseDiscovery256Supports license discovery API flow
See Also