RhinoCommon API
LicenseUtilsConvertLicense Method |
Converts a product license from a standalone node
to a network node.
Namespace: Rhino.PlugIns
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public 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: Booleantrue if the license was successfully converted. false if not successful or on error.
