GH_SettingsServerConstainsEntry Method |
Tests to see if a given entry is stored in this settings database.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public bool ConstainsEntry(
string name
)
Public Function ConstainsEntry (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
Entry name to query.
Return Value
Type:
BooleanTrue if the entry exists, false otherwise.
See Also