GH_StateData Property (Guid) |
Gets the state data stored under the specified ID
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public string this[
Guid id
] { get; }
Public ReadOnly Default Property Data (
id As Guid
) As String
Get
Parameters
- id
- Type: SystemGuid
Property Value
Type:
String[Missing <value> documentation for "P:Grasshopper.Kernel.GH_State.Data(System.Guid)"]
See Also