GH_SettingsServer.SetValue Method (String, Rectangle)

GH_SettingsServerSetValue Method (String, Rectangle)

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

Parameters

key
Type: SystemString
value
Type: System.DrawingRectangle
See Also