PersistentSettings.GetDouble Method (String, Double, IEnumerable(String))

PersistentSettingsGetDouble Method (String, Double, IEnumerableString)

[Missing <summary> documentation for "M:Rhino.PersistentSettings.GetDouble(System.String,System.Double,System.Collections.Generic.IEnumerable{System.String})"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public double GetDouble(
	string key,
	double defaultValue,
	IEnumerable<string> legacyKeyList
)
Public Function GetDouble ( 
	key As String,
	defaultValue As Double,
	legacyKeyList As IEnumerable(Of String)
) As Double

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.GetDouble(System.String,System.Double,System.Collections.Generic.IEnumerable{System.String})"]

defaultValue
Type: SystemDouble

[Missing <param name="defaultValue"/> documentation for "M:Rhino.PersistentSettings.GetDouble(System.String,System.Double,System.Collections.Generic.IEnumerable{System.String})"]

legacyKeyList
Type: System.Collections.GenericIEnumerableString

[Missing <param name="legacyKeyList"/> documentation for "M:Rhino.PersistentSettings.GetDouble(System.String,System.Double,System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: Double

[Missing <returns> documentation for "M:Rhino.PersistentSettings.GetDouble(System.String,System.Double,System.Collections.Generic.IEnumerable{System.String})"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also