GH_StateStateData Property |
Gets a pointer to the internal database of states.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public SortedList<Guid, string> StateData { get; }
Public ReadOnly Property StateData As SortedList(Of Guid, String)
Get
Property Value
Type:
SortedListGuid,
String[Missing <value> documentation for "P:Grasshopper.Kernel.GH_State.StateData"]
See Also