RhinoApp.IsInstallationEvaluation Method

RhinoAppIsInstallationEvaluation Method

If licenseType is an evaluation license, returns true. An evaluation license limits the ability of Rhino to save based on either the number of saves or a fixed period of time.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool IsInstallationEvaluation(
	Installation licenseType
)
Public Shared Function IsInstallationEvaluation ( 
	licenseType As Installation
) As Boolean

Parameters

licenseType
Type: Rhino.ApplicationSettingsInstallation

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

Return Value

Type: Boolean
true if licenseType is an evaluation license. false otherwise
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also