LicenseUtilsGetLicenseType Method |
Returns the contentType of a specified product license
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic static int GetLicenseType(
Guid productId
)
Public Shared Function GetLicenseType (
productId As Guid
) As Integer
Parameters
- productId
- Type: SystemGuid
[Missing <param name="productId"/> documentation for "M:Rhino.PlugIns.LicenseUtils.GetLicenseType(System.Guid)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Rhino.PlugIns.LicenseUtils.GetLicenseType(System.Guid)"]
See Also