PersistentSettings.TryGetUnsignedInteger Method (String, UInt32)

PersistentSettingsTryGetUnsignedInteger Method (String, UInt32)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool TryGetUnsignedInteger(
	string key,
	out uint value
)
Public Function TryGetUnsignedInteger ( 
	key As String,
	<OutAttribute> ByRef value As UInteger
) As Boolean

Parameters

key
Type: SystemString

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

value
Type: SystemUInt32

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also