Click or drag to resize

IZooClientUtilitiesShowLicenseValidationUi Method

Shows user interface to validate and register a license. Returns true if the license is successfully validated; false otherwise

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
bool ShowLicenseValidationUi(
	Object verify,
	string cdkey
)

Parameters

verify
Type: SystemObject

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

cdkey
Type: SystemString

[Missing <param name="cdkey"/> documentation for "M:Rhino.Runtime.IZooClientUtilities.ShowLicenseValidationUi(System.Object,System.String)"]

Return Value

Type: Boolean

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

See Also