GH_SettingsServer.GetValue Method (String, Size)

GH_SettingsServerGetValue Method (String, Size)

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

Parameters

key
Type: SystemString
default
Type: System.DrawingSize

Return Value

Type: Size
See Also