PersistentSettings.TryGetDefault Method (String, Rectangle)

PersistentSettingsTryGetDefault Method (String, Rectangle)

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

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

Parameters

key
Type: SystemString

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

value
Type: System.DrawingRectangle

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also