PersistentSettings.GetUnsignedInteger Method (String)

PersistentSettingsGetUnsignedInteger Method (String)

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

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

Parameters

key
Type: SystemString

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

Return Value

Type: UInt32

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also