GH_Component.Params Property

GH_ComponentParams Property

Gets the parameter manager object for this component.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_ComponentParamServer Params { get; }
Public ReadOnly Property Params As GH_ComponentParamServer
	Get

Property Value

Type: GH_ComponentParamServer

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Component.Params"]

Implements

IGH_ComponentParams
See Also