GH_RuntimeFileContainsKey Method |
Test whether a certain key is present in the File.
Namespace:
Grasshopper.Documentation
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
Parameters
- key
- Type: SystemString
Key to search for.
Return Value
Type:
BooleanTrue if the key is present in the file, false if not.
See Also