Click or drag to resize

GH_ParamTStateTags Property

Gets all the StateTags that are associated with this parameter. A state tag is a visual feedback icon that represents specific internal settings.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual GH_StateTagList StateTags { get; }

Property Value

Type: GH_StateTagList

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

Implements

IGH_ParamStateTags
See Also