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