Click or drag to resize

PersistentSettingsSetInteger Method

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

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

Parameters

key
Type: SystemString

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

value
Type: SystemInt32

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

See Also