PlugIn.ReturnLicense Method

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)
Syntax
public bool ReturnLicense()
Public Function ReturnLicense As Boolean

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.PlugIns.PlugIn.ReturnLicense"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also