GH_Param(T).m_data Field

GH_ParamTm_data Field

Contains the runtime data for this parameter, also known as "Volatile" data.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
protected GH_Structure<T> m_data
Protected m_data As GH_Structure(Of T)

Field Value

Type: GH_StructureT
See Also