RhinoCommon API
RhinoAppAskUserForRhinoLicense 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)
Since: 6.0

public static bool AskUserForRhinoLicense( bool standAlone, Object parentWindow )
Public Shared Function AskUserForRhinoLicense ( standAlone As Boolean, parentWindow As Object ) As Boolean
Parameters
- standAlone
- Type: SystemBoolean
True to ask for a stand-alone license, false to ask the user for a license from the Zoo - parentWindow
- Type: SystemObject
Parent window for the user interface dialog.
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.RhinoApp.AskUserForRhinoLicense(System.Boolean,System.Object)"]
