PersistentSettings.GetBool Method (String, Boolean, IEnumerable(String))

PersistentSettingsGetBool Method (String, Boolean, IEnumerableString)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool GetBool(
	string key,
	bool defaultValue,
	IEnumerable<string> legacyKeyList
)
Public Function GetBool ( 
	key As String,
	defaultValue As Boolean,
	legacyKeyList As IEnumerable(Of String)
) As Boolean

Parameters

key
Type: SystemString

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

defaultValue
Type: SystemBoolean

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

legacyKeyList
Type: System.Collections.GenericIEnumerableString

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

Return Value

Type: Boolean

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

Version Information

Rhino for Windows

Supported in: 6.8
See Also