PersistentSettings.SetBool Method

PersistentSettingsSetBool Method

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetBool(
	string key,
	bool value
)
Public Sub SetBool ( 
	key As String,
	value As Boolean
)

Parameters

key
Type: SystemString

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

value
Type: SystemBoolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also