RhinoCommon API
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

public int Getint( string key, int defaultValue )
Public Function Getint ( key As String, defaultValue As Integer ) As Integer
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)"]
