IZooClientUtilities.DeleteLicense Method

IZooClientUtilitiesDeleteLicense Method

31-Mar-2015 Dale Fugier, http://mcneel.myjetbrains.com/youtrack/issue/MR-1725 Deletes a license along with its license file.

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
bool DeleteLicense(
	Object verify,
	Guid productId
)
Function DeleteLicense ( 
	verify As Object,
	productId As Guid
) As Boolean

Parameters

verify
Type: SystemObject

[Missing <param name="verify"/> documentation for "M:Rhino.Runtime.IZooClientUtilities.DeleteLicense(System.Object,System.Guid)"]

productId
Type: SystemGuid

[Missing <param name="productId"/> documentation for "M:Rhino.Runtime.IZooClientUtilities.DeleteLicense(System.Object,System.Guid)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Runtime.IZooClientUtilities.DeleteLicense(System.Object,System.Guid)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also