GH_ComponentParamServer.IndexOfOutputParam Method (String)

GH_ComponentParamServerIndexOfOutputParam Method (String)

Finds the index of the output parameter that matches the specified search mask.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public int IndexOfOutputParam(
	string name
)
Public Function IndexOfOutputParam ( 
	name As String
) As Integer

Parameters

name
Type: SystemString
Name to search for.

Return Value

Type: Int32
The index of the parameter, or -1 if no parameter was found to match
See Also