RhinoAppChangeLicenseKey Method |
Display UI asking the user to enter a license for the product specified by licenseId.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static bool ChangeLicenseKey(
Guid pluginId
)
Public Shared Function ChangeLicenseKey (
pluginId As Guid
) As Boolean
Parameters
- pluginId
- Type: SystemGuid
Guid identifying the plugin that is requesting a change of license key
Return Value
Type:
Booleantrue on success, false otherwise
Version InformationRhino for Windows
Supported in: 6.8
See Also