M_Rhino_RhinoApp_IsInstallationCommercial - mcneel/rhinocommon-api-docs GitHub Wiki
If licenseType is a commercial license, returns true. A commercial license grants full use of the product.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static bool IsInstallationCommercial(
Installation licenseType
)
VB
Public Shared Function IsInstallationCommercial (
licenseType As Installation
) As Boolean
- licenseType
- Type: Rhino.ApplicationSettings.Installation
[Missing documentation for "M:Rhino.RhinoApp.IsInstallationCommercial(Rhino.ApplicationSettings.Installation)"]
Type: Boolean
true if licenseType is a commercial license. false otherwise
Supported in: 5D58w
RhinoApp Class
Rhino Namespace
Rhino.ApplicationSettings.Installation