Dynamixel
FindIndex Method (name)
NamespacesDynamixelJointSetFindIndex(String)
Return the index of the named joint.
Declaration Syntax
C#Visual BasicVisual C++
public int FindIndex(
	string name
)
Public Function FindIndex ( _
	name As String _
) As Integer
public:
int FindIndex(
	String^ name
)
Parameters
name (String)
The name of the joint.
Return Value
The index of the joint, or -1 if not found.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0