Click or drag to resize

ModelUserTextTryGetValue Method

Namespace:  Grasshopper.Rhinoceros
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool TryGetValue(
	string key,
	out string value
)

Parameters

key
Type: SystemString
value
Type: SystemString

Return Value

Type: Boolean

Implements

IReadOnlyDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also