Click or drag to resize

GH_ComponentPrincipalParameterIndex Property

Gets or sets the principal parameter index override. Negative indices or indices larger than or equal to the input parameter count will be ignored and regular principal parameter detection will kick in.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int PrincipalParameterIndex { get; set; }

Property Value

Type: Int32

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

Implements

IGH_ComponentMasterParameterIndex
See Also