LicenseData Constructor (String, String, String, LicenseBuildType)

LicenseData Constructor (String, String, String, LicenseBuildType)

Public constructor

Namespace:  Rhino.PlugIns
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public LicenseData(
	string productLicense,
	string serialNumber,
	string licenseTitle,
	LicenseBuildType buildType
)
Public Sub New ( 
	productLicense As String,
	serialNumber As String,
	licenseTitle As String,
	buildType As LicenseBuildType
)

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)
buildType
Type: Rhino.PlugInsLicenseBuildType
A LicenseBuildType value
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also