GH_SettingsServer.GetValue Method (String, String)

GH_SettingsServerGetValue Method (String, String)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public string GetValue(
	string key,
	string default
)
Public Function GetValue ( 
	key As String,
	default As String
) As String

Parameters

key
Type: SystemString
default
Type: SystemString

Return Value

Type: String
See Also