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