ArchivableDictionary.GetInteger Method (String)

ArchivableDictionaryGetInteger Method (String)

Get value as int, will only succeed if value was created using Set(string key, int value)

Namespace:  Rhino.Collections
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.Collections.ArchivableDictionary.GetInteger(System.String)"]

Return Value

Type: Int32

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also