M_Rhino_RhinoApp_IsInstallationEvaluation - mcneel/rhinocommon-api-docs GitHub Wiki

RhinoApp.IsInstallationEvaluation 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) Version: Rhino 6.0

Syntax

C#

public static bool IsInstallationEvaluation(
	Installation licenseType
)

VB

Public Shared Function IsInstallationEvaluation ( 
	licenseType As Installation
) As Boolean

Parameters

 

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

Return Value

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

Version Information

Supported in: 5D58w

See Also

Reference

RhinoApp Class
Rhino Namespace
Rhino.ApplicationSettings.Installation

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