PersistentSettings.TryGetDefault Method (String, Int32)

PersistentSettingsTryGetDefault Method (String, Int32)

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

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

Parameters

key
Type: SystemString

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

value
Type: SystemInt32

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also