Click or drag to resize

GH_RelevantObjectDataParameter Property

Gets the cast of the DocObject to IGH_Param. If the DocObject is not of type IGH_Param, the attributes of the object will be perused to find a nested IGH_Param at the point.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_Param Parameter { get; }

Property Value

Type: IGH_Param

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_RelevantObjectData.Parameter"]

See Also