GH_PersistentParamTPersistentData Property |
Gets the persistent data stored in this parameter.
If you modify the persistent data, be sure to call the:
OnObjectChanged(GH_ObjectEventType.PersistentData)
event.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_Structure<T> PersistentData { get; }
Public ReadOnly Property PersistentData As GH_Structure(Of T)
Get
Property Value
Type:
GH_StructureT[Missing <value> documentation for "P:Grasshopper.Kernel.GH_PersistentParam`1.PersistentData"]
See Also