Click or drag to resize

ArchivableDictionaryGetint Method

Get value as int, will return defaultValue unless value was created using Set(string key, int value)

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int Getint(
	string key,
	int defaultValue
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.Collections.ArchivableDictionary.Getint(System.String,System.Int32)"]

defaultValue
Type: SystemInt32

[Missing <param name="defaultValue"/> documentation for "M:Rhino.Collections.ArchivableDictionary.Getint(System.String,System.Int32)"]

Return Value

Type: Int32

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

See Also