IZooClientUtilities.GetLicenseType Method

IZooClientUtilitiesGetLicenseType Method

Returns the type of a specified product license

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
int GetLicenseType(
	Object verify,
	Guid productId
)
Function GetLicenseType ( 
	verify As Object,
	productId As Guid
) As Integer

Parameters

verify
Type: SystemObject

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

productId
Type: SystemGuid

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

Return Value

Type: Int32

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

Version Information

Rhino for Windows

Supported in: 6.14
See Also