PersistentSettings.SetDefault Method (String, Double)

PersistentSettingsSetDefault Method (String, Double)

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

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

Parameters

key
Type: SystemString

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

value
Type: SystemDouble

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also