GH_SettingsServer.GetValue Method (String, Byte)

GH_SettingsServerGetValue Method (String, Byte)

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

Parameters

key
Type: SystemString
default
Type: SystemByte

Return Value

Type: Byte
See Also