Click or drag to resize

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; }

Property Value

Type: GH_StructureT

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_PersistentParam`1.PersistentData"]

See Also