GH_SettingsServer.EntryNames Method

GH_SettingsServerEntryNames Method

Gets a list of all the entry names in this settings.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<string> EntryNames()
Public Function EntryNames As List(Of String)

Return Value

Type: ListString
See Also