Click or drag to resize

PersistentSettingsTryGetSettingIsHiddenFromUserInterface Method (String, Boolean, 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)
Since: 6.0
Syntax
public bool TryGetSettingIsHiddenFromUserInterface(
	string key,
	out bool value,
	IEnumerable<string> legacyKeyList
)

Parameters

key
Type: SystemString
Key name for which to search.
value
Type: SystemBoolean
Value will be true if the setting is read-only otherwise false. setting.
legacyKeyList
Type: System.Collections.GenericIEnumerableString

[Missing <param name="legacyKeyList"/> documentation for "M:Rhino.PersistentSettings.TryGetSettingIsHiddenFromUserInterface(System.String,System.Boolean@,System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.PersistentSettings.TryGetSettingIsHiddenFromUserInterface(System.String,System.Boolean@,System.Collections.Generic.IEnumerable{System.String})"]

See Also