GH_Component.GH_OutputParamManager.Param Property

GH_ComponentGH_OutputParamManagerParam Property

Gets the output parameter at the given index.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override IGH_Param this[
	int index
] { get; }
Public Overrides ReadOnly Default Property Param ( 
	index As Integer
) As IGH_Param
	Get

Parameters

index
Type: SystemInt32

Property Value

Type: IGH_Param

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Component.GH_OutputParamManager.Param(System.Int32)"]

See Also