ModelUserTextTryGetValue Method |
Namespace:
Grasshopper.Rhinoceros
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic bool TryGetValue(
string key,
out string value
)
Public Function TryGetValue (
key As String,
<OutAttribute> ByRef value As String
) As Boolean
Parameters
- key
- Type: SystemString
- value
- Type: SystemString
Return Value
Type:
BooleanImplements
IReadOnlyDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also