GH_SettingsServer.SetValue Method (String, Byte)

GH_SettingsServerSetValue Method (String, Byte)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public void SetValue(
	string key,
	byte value
)
Public Sub SetValue ( 
	key As String,
	value As Byte
)

Parameters

key
Type: SystemString
value
Type: SystemByte
See Also