RhinoCommon API
LicenseUtilsGetLicense Method (Int32, ValidateProductKeyDelegate) |
This version of Rhino.PlugIns.LicenseUtils.GetLicense
is used by Rhino C++ plug-ins.
Namespace: Rhino.PlugIns
Assembly: RhinoCommon (in RhinoCommon.dll)
public static bool GetLicense( int productType, ValidateProductKeyDelegate validateDelegate )
Public Shared Function GetLicense ( productType As Integer, validateDelegate As ValidateProductKeyDelegate ) As Boolean
Parameters
- productType
- Type: SystemInt32
[Missing <param name="productType"/> documentation for "M:Rhino.PlugIns.LicenseUtils.GetLicense(System.Int32,Rhino.PlugIns.ValidateProductKeyDelegate)"]
- validateDelegate
- Type: Rhino.PlugInsValidateProductKeyDelegate
[Missing <param name="validateDelegate"/> documentation for "M:Rhino.PlugIns.LicenseUtils.GetLicense(System.Int32,Rhino.PlugIns.ValidateProductKeyDelegate)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.PlugIns.LicenseUtils.GetLicense(System.Int32,Rhino.PlugIns.ValidateProductKeyDelegate)"]