Click or drag to resize

ZooClientParameters Properties

The ZooClientParameters type exposes the following members.

Properties
  NameDescription
Public propertyCapabilities
LicenseCapabilities flags that set options for how licenses can be obtained for this product
Public propertyLicenseEntryTextMask
Text mask in the form @"RH4A-AAAA-AAAA-AAAA-AAAA-AAAA" that informs the user what numbers they are looking for
Public propertyLicenseGuid
Guid used by ZooClient to identify the license saved by ZooClient. This differs from ProductGuid because different versions of a plug-in with the same Plug-in ID may need different licenses.
Public propertyOnLeaseChanged
Delegate called by ZooClient when a cloud zoo lease is changed
Public propertyParentWindow
Parent window assigned to any licensing dialogs that appear. If null, the Rhino main window is used.
Public propertyProductBuildType
Product build type. Must be one of LicenseBuildType values.
Public propertyProductGuid
Guid used by ZooClient to identify the plug-in requesting a license from ZooClient. This Guid may be used by different versions of the plug-in. If different licenses are used by different versions of the plug-in, the plug-in must also specify a LicenseGuid.
Public propertyProductPath
Path to the application calling ZooClient
Public propertyProductTitle
Title of the product, "Rhinoceros 6" for example.
Public propertySelectedLicenseType
License type selected by default when user is prompted to enter a license key
Top
See Also