GH_StateServer.Names Property

GH_StateServerNames Property

Gets a list of all the state names in this server.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public List<string> Names { get; }
Public ReadOnly Property Names As List(Of String)
	Get

Property Value

Type: ListString

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_StateServer.Names"]

See Also