Click or drag to resize

PersistentSettingsSetDefault Method (String, DateTime)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void SetDefault(
	string key,
	DateTime value
)

Parameters

key
Type: SystemString

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

value
Type: SystemDateTime

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

See Also