PersistentSettings.GetInteger Method (String, Int32, Int32, Boolean)

PersistentSettingsGetInteger Method (String, Int32, Int32, Boolean)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int GetInteger(
	string key,
	int defaultValue,
	int bound,
	bool boundIsLower
)
Public Function GetInteger ( 
	key As String,
	defaultValue As Integer,
	bound As Integer,
	boundIsLower As Boolean
) As Integer

Parameters

key
Type: SystemString

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

defaultValue
Type: SystemInt32

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

bound
Type: SystemInt32

[Missing <param name="bound"/> documentation for "M:Rhino.PersistentSettings.GetInteger(System.String,System.Int32,System.Int32,System.Boolean)"]

boundIsLower
Type: SystemBoolean

[Missing <param name="boundIsLower"/> documentation for "M:Rhino.PersistentSettings.GetInteger(System.String,System.Int32,System.Int32,System.Boolean)"]

Return Value

Type: Int32

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

Version Information

Rhino for Windows

Supported in: 6.14
See Also