GH_Component.IsValidPrincipalParameterIndex Property

GH_ComponentIsValidPrincipalParameterIndex Property

Gets whether the MasterParameterIndex property identifies a valid parameter.

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

Property Value

Type: Boolean

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

Implements

IGH_ComponentIsValidMasterParameterIndex
See Also