M_Rhino_RhinoApp_IsInstallationBeta - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public static bool IsInstallationBeta(
Installation licenseType
)
VB
Public Shared Function IsInstallationBeta (
licenseType As Installation
) As Boolean
- licenseType
- Type: Rhino.ApplicationSettings.Installation
[Missing documentation for "M:Rhino.RhinoApp.IsInstallationBeta(Rhino.ApplicationSettings.Installation)"]
Type: Boolean
true if licenseType is a beta license. false otherwise
Supported in: 5D58w
RhinoApp Class
Rhino Namespace
Rhino.ApplicationSettings.Installation