RhinoCommon API
PersistentSettingsGetSettingIsHiddenFromUserInterface Method (String, IEnumerableString) |
Values read from all users settings files will be marked as read-only
which will cause any future calls to Set... to fail.
Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll)

public bool GetSettingIsHiddenFromUserInterface( string key, IEnumerable<string> legacyKeyList )
Public Function GetSettingIsHiddenFromUserInterface ( key As String, legacyKeyList As IEnumerable(Of String) ) As Boolean
Parameters
- key
- Type: SystemString
Key name for which to search. - legacyKeyList
- Type: System.Collections.GenericIEnumerableString
[Missing <param name="legacyKeyList"/> documentation for "M:Rhino.PersistentSettings.GetSettingIsHiddenFromUserInterface(System.String,System.Collections.Generic.IEnumerable{System.String})"]
Return Value
Type: BooleanReturns true if the setting is read-only otherwise false.

Exception | Condition |
---|---|
KeyNotFoundException | A KeyNotFoundException exception is thrown if the key is not found in the settings dictionary. |

Rhino for Windows
Supported in: 6.8