PersistentSettings.GetBool Method (String, Boolean)

PersistentSettingsGetBool Method (String, Boolean)

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

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

Parameters

key
Type: SystemString

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

defaultValue
Type: SystemBoolean

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also