Click or drag to resize

LicenseTypes Enumeration

Different licensing modes that Rhino can run in

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum LicenseTypes
Members
  Member nameValueDescription
Undefined0 Licensing mode not define
Standalone1 Standalone license installed on this computer.
ZooAutoDetect2 Classic Zoo license with the Zoo server automatically detected at runtime.
ZooManualDetect3 Classic Zoo license with the Zoo server specified by hostname or IP
CloudZoo4 Cloud Zoo licenese
See Also