M_Rhino_RhinoApp_AskUserForRhinoLicense - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoApp.AskUserForRhinoLicense Method

Display UI asking the user to enter a license for Rhino or use one from the Zoo.

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static bool AskUserForRhinoLicense(
	bool standAlone,
	Object parentWindow
)

VB

Public Shared Function AskUserForRhinoLicense ( 
	standAlone As Boolean,
	parentWindow As Object
) As Boolean

Parameters

 

standAlone
Type: System.Boolean
True to ask for a stand-alone license, false to ask the user for a license from the Zoo
parentWindow
Type: System.Object
Parent window for the user interface dialog.

Return Value

Type: Boolean
[Missing documentation for "M:Rhino.RhinoApp.AskUserForRhinoLicense(System.Boolean,System.Object)"]

Version Information

Supported in: 5D58w

See Also

Reference

RhinoApp Class
Rhino Namespace

⚠️ **GitHub.com Fallback** ⚠️