PersistentSettings.SetUnsignedInteger Method

PersistentSettingsSetUnsignedInteger Method

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetUnsignedInteger(
	string key,
	uint value
)
Public Sub SetUnsignedInteger ( 
	key As String,
	value As UInteger
)

Parameters

key
Type: SystemString

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

value
Type: SystemUInt32

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also