RegistryKey

Returns Rhino's Windows Registry key.

Syntax

rhinoscriptsyntax.RegistryKey()

rhinoscript.application.RegistryKey()

Parameters

None.

Returns

String

Rhino's Windows Registry key if successful.

Example

import rhinoscriptsyntax as rs

key = rs.RegistryKey()

print key

Also See

ExeFolder

InstallFolder