Click or drag to resize

RhinoAppIsInstallationBeta 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)
Since: 5.6
Syntax
public static bool IsInstallationBeta(
	Installation licenseType
)

Parameters

licenseType
Type: Rhino.ApplicationSettingsInstallation

[Missing <param name="licenseType"/> documentation for "M:Rhino.RhinoApp.IsInstallationBeta(Rhino.ApplicationSettings.Installation)"]

Return Value

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