|
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:
Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntaxpublic int FindIndex(
string name
)
Public Function FindIndex (
name As String
) As Integer
public:
int FindIndex(
String^ name
)
member FindIndex :
name : string -> int
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