RhinoCommon API
LicenseUtilsCheckInLicense Method |
Checks in a previously checked out license to
the Zoo server from which it was checked out.
Namespace: Rhino.PlugIns
Assembly: RhinoCommon (in RhinoCommon.dll)
public static bool CheckInLicense( Guid productId )
Public Shared Function CheckInLicense ( 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 checked in successful. false if not successful or on error.