PersistentSettings.GetUnsignedInteger Method (String, UInt32)

PersistentSettingsGetUnsignedInteger Method (String, UInt32)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public uint GetUnsignedInteger(
	string key,
	uint defaultValue
)
Public Function GetUnsignedInteger ( 
	key As String,
	defaultValue As UInteger
) As UInteger

Parameters

key
Type: SystemString

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

defaultValue
Type: SystemUInt32

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

Return Value

Type: UInt32

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also