PlugInReturnLicense Method |
Returns, or releases, a product license that was obtained from the Rhino
licensing system. Note, most plug-ins do not need to call this as the
Rhino licensing system will return all licenses when Rhino shuts down.
Namespace:
Rhino.PlugIns
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool ReturnLicense()
Public Function ReturnLicense As Boolean
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.PlugIns.PlugIn.ReturnLicense"]
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also