Click or drag to resize

MenuDropDownFindIndex Method

Find index of item with given name. If multiple items share the same name, the first item index is returned. If item could not be found, -1 is returned.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public int FindIndex(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.MenuDropDown.FindIndex(System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.MenuDropDown.FindIndex(System.String)"]

See Also