LicenseUtilsConvertLicense Method |
Converts a product license from a standalone node
to a network node.
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static bool ConvertLicense(
Guid productId
)
Public Shared Function ConvertLicense (
productId As Guid
) As Boolean
Parameters
- productId
- Type: SystemGuid
The Guid of the product that you want to check in.
Return Value
Type:
Boolean
true if the license was successfully converted.
false if not successful or on error.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also