Description:

This version of Rhino.PlugIns.LicenseUtils.GetLicense is used by Rhino C++ plug-ins.

Syntax:
public static bool GetLicense(
ValidateProductKeyDelegate validateProductKeyDelegate,
OnLeaseChangedDelegate leaseChangedDelegate,
int product_type,
int capabilities,
string textMask,
string product_path,
string product_title,
Guid pluginId,
Guid licenseId
)
Returns:
Type: bool
Available since:
6.0

Description:
Syntax:
public static bool GetLicense(
ValidateProductKeyDelegate validateProductKeyDelegate,
OnLeaseChangedDelegate leaseChangedDelegate,
VerifyLicenseKeyDelegate verifyLicenseKeyDelegate,
VerifyPreviousVersionLicenseDelegate verifyPreviousVersionLicenseKeyDelegate,
int product_type,
int capabilities,
string textMask,
string product_path,
string product_title,
Guid pluginId,
Guid licenseId
)
Returns:
Type: bool
Available since:
6.0

GetLicense method

Class:  Rhino.PlugIns.LicenseUtils

Nothing found