RhinoCommon API
ArchivableDictionaryTryGetDouble Method |
Get value as double, will only succeed if value was created using Set(string key, double value)
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool TryGetDouble( string key, out double value )
Public Function TryGetDouble ( key As String, <OutAttribute> ByRef value As Double ) As Boolean
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetDouble(System.String,System.Double@)"]
- value
- Type: SystemDouble
[Missing <param name="value"/> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetDouble(System.String,System.Double@)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetDouble(System.String,System.Double@)"]