PersistentSettings.SetDefault Method (String, Int32)

PersistentSettingsSetDefault Method (String, Int32)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetDefault(
	string key,
	int value
)
Public Sub SetDefault ( 
	key As String,
	value As Integer
)

Parameters

key
Type: SystemString

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

value
Type: SystemInt32

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also