LicenseData Constructor (String, String, String) |
Public constructor
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public LicenseData(
string productLicense,
string serialNumber,
string licenseTitle
)
Public Sub New (
productLicense As String,
serialNumber As String,
licenseTitle As String
)
Parameters
- productLicense
- Type: SystemString
License string to be saved by ZooClient - serialNumber
- Type: SystemString
Serial number to be displayed to end user - licenseTitle
- Type: SystemString
Title of license (Rhino 6.0 Evaluation)
See Also