PersistentSettings.GetInteger Method (String)

PersistentSettingsGetInteger Method (String)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int GetInteger(
	string key
)
Public Function GetInteger ( 
	key As String
) As Integer

Parameters

key
Type: SystemString

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

Return Value

Type: Int32

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also