Click or drag to resize

GH_DocumentObject.GetValue Method (String, Double)

Get a double value from the component value table.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected double GetValue(
	string valueName,
	double default
)

Parameters

valueName
Type: System.String
Name of double to retrieve.
default
Type: System.Double
Default value to return in case of missing named value.

Return Value

Type: Double
The double value with the given name of the default value.
See Also