M_Rhino_RhinoApp_IsInstallationBeta - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoApp.IsInstallationBeta Method

If licenseType is a beta license, returns true. A beta license grants full use of the product during the pre-release development period.

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

Syntax

C#

public static bool IsInstallationBeta(
	Installation licenseType
)

VB

Public Shared Function IsInstallationBeta ( 
	licenseType As Installation
) As Boolean

Parameters

 

licenseType
Type: Rhino.ApplicationSettings.Installation
[Missing documentation for "M:Rhino.RhinoApp.IsInstallationBeta(Rhino.ApplicationSettings.Installation)"]

Return Value

Type: Boolean
true if licenseType is a beta license. false otherwise

Version Information

Supported in: 5D58w

See Also

Reference

RhinoApp Class
Rhino Namespace
Rhino.ApplicationSettings.Installation

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